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

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"]