Merge pull request 'main' (#4) from main into prod

Reviewed-on: #4
This commit is contained in:
Jan Gleytenhoover 2025-01-20 08:47:49 +00:00
commit 2f8171db2a

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 ["/bin/sh", "-c", "ng serve --host 0.0.0.0 --configuration $ANGULAR_CONFIG"]