main #4

Merged
jank merged 3 commits from main into prod 2025-01-20 08:47:50 +00:00
Showing only changes of commit 6444d6a479 - Show all commits

feat(Dockerfile): add configuration option to CMD command

Jan K9f 2025-01-20 08:41:06 +01:00
Signed by: jank
GPG key ID: 50620ADD22CD330B

View file

@ -28,4 +28,4 @@ EOF
# install Docker tools (cli, buildx, compose)
COPY --from=gloursdocker/docker / /
CMD ["ng", "serve", "--host", "0.0.0.0"]
CMD ["ng", "serve", "--host", "0.0.0.0", "--configuration", "$ANGULAR_CONFIG"]