Skip to content

Commit

Permalink
Merge pull request #21 from nokia-wroclaw/fix/front-prod-build
Browse files Browse the repository at this point in the history
build front --prod in docker
  • Loading branch information
twix20 authored Apr 5, 2018
2 parents d25c5af + e39a4e2 commit e7b5bcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN npm install --silent
COPY . .

## Build the angular app in production mode and store the artifacts in dist folder
RUN $(npm bin)/ng build
RUN $(npm bin)/ng build --prod


#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"/api/*": {
"target": "http://[::]:5001",
"target": "http://localhost:5001",
"secure": false,
"logLevel": "debug",
"changeOrigin": true
Expand Down

0 comments on commit e7b5bcb

Please sign in to comment.