Skip to content
Snippets Groups Projects
Commit b0458426 authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

FIX Dockerfile

parent a3b8b724
No related branches found
No related tags found
1 merge request!1Add Implementations of Use Cases
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment