Skip to content

Commit

Permalink
Use entrypoint for dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuckame committed Nov 5, 2020
1 parent 0a5ef5d commit 44e1d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM adoptopenjdk/openjdk11:alpine-jre
ADD build/bootScripts/* /app/bin/
ADD build/libs/* /app/lib/
WORKDIR /app/files
CMD ["/app/bin/marlin-console-configurator"]
ENTRYPOINT ["/app/bin/marlin-console-configurator"]

0 comments on commit 44e1d52

Please sign in to comment.