Skip to content
Snippets Groups Projects
Commit e591ce90 authored by paf's avatar paf
Browse files

restore ng build command

parent a93a7b12
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ RUN npx webdriver-manager update --versions.chrome=`google-chrome --product-vers ...@@ -19,7 +19,7 @@ RUN npx webdriver-manager update --versions.chrome=`google-chrome --product-vers
COPY . /app COPY . /app
RUN ng build --prod RUN ng build --prod=true --output-path=dist
EXPOSE 4200 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