fix: ensure proper CMD syntax in Dockerfile (#48)
Reviewed-on: #48 Co-authored-by: Janis <janis.e.20@gmx.de> Co-committed-by: Janis <janis.e.20@gmx.de>
This commit is contained in:
@@ -38,4 +38,4 @@ ENV PLAY_HTTP_PORT=9000
|
|||||||
|
|
||||||
# Run the Play app
|
# Run the Play app
|
||||||
ENTRYPOINT ["./bin/knockoutwhistweb"]
|
ENTRYPOINT ["./bin/knockoutwhistweb"]
|
||||||
CMD ["-Dplay.server.pidfile.path=/dev/null"]
|
CMD ["-Dplay.server.pidfile.path=/dev/null"]
|
||||||
Reference in New Issue
Block a user