Skip to content
Snippets Groups Projects
Commit e1eeb246 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

switch to command

parent 320cf63d
No related branches found
No related tags found
1 merge request!216Landing Page
...@@ -39,7 +39,7 @@ COPY --from=builder /app/fault-sections /app/fault-sections ...@@ -39,7 +39,7 @@ COPY --from=builder /app/fault-sections /app/fault-sections
EXPOSE 8080 EXPOSE 8080
ENTRYPOINT /usr/bin/java \ CMD /usr/bin/java \
${JAVA_OPTS} \ ${JAVA_OPTS} \
-jar \ -jar \
"-Dmicronaut.server.context-path=${CONTEXT_PATH}" \ "-Dmicronaut.server.context-path=${CONTEXT_PATH}" \
......
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