Skip to content
Snippets Groups Projects
Commit 80ade875 authored by rhenck's avatar rhenck
Browse files

Use default prod env file when building docker image

parent 8e819cf3
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ COPY . /app
RUN ng test --watch=false
RUN ng build -c production-docker --output-path=dist
RUN ng build --prod="true" --output-path=dist
EXPOSE 4200
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment