main #4

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

build: update CMD instruction in Dockerfile

Jan K9f 2025-01-20 08:45:41 +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", "--configuration", "${ANGULAR_CONFIG}"]
CMD ["/bin/sh", "-c", "ng serve --host 0.0.0.0 --configuration $ANGULAR_CONFIG"]