feat(Dockerfile): add configuration option to CMD command
This commit is contained in:
parent
8e15736dfd
commit
6444d6a479
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
CMD ["ng", "serve", "--host", "0.0.0.0", "--configuration", "$ANGULAR_CONFIG"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue