main #4

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

View file

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