Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
b0458426
Commit
b0458426
authored
5 years ago
by
Benedikt Wetzel
Browse files
Options
Downloads
Patches
Plain Diff
FIX Dockerfile
parent
a3b8b724
No related branches found
No related tags found
1 merge request
!1
Add Implementations of Use Cases
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
uc1-application/Dockerfile
+3
-2
3 additions, 2 deletions
uc1-application/Dockerfile
with
3 additions
and
2 deletions
uc1-application/Dockerfile
+
3
−
2
View file @
b0458426
...
...
@@ -2,5 +2,6 @@ FROM openjdk:11-slim
ADD
build/distributions/uc1-application.tar /
CMD
export JAVA_OPTS=-Dorg.slf4j.simpleLogger.defaultLogLevel=$LOG_LEVEL \
&& /uc1-application/bin/uc1-application
\ No newline at end of file
CMD
JAVA_OPTS="$JAVA_OPTS -Dorg.slf4j.simpleLogger.defaultLogLevel=$LOG_LEVEL" \
/uc1-application/bin/uc1-application
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment