Skip to content

Commit

Permalink
fix readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloeducampos committed Oct 22, 2020
1 parent 4130497 commit 716b5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ docker$ npm run deploy

1. Copy dist and node_modules from docker to host (when docker-compose is up and running using bash from host)
$ docker cp $(docker-compose ps -q app):/usr/src/app/node_modules .
docker cp $(docker-compose ps -q app):/usr/src/app/yarn.lock .
$ docker cp $(docker-compose ps -q app):/usr/src/app/yarn.lock .
$ docker cp $(docker-compose ps -q app):/usr/src/app/public .

2. Uncomment dist and node_modules folder from .dockerignore file
Expand Down

0 comments on commit 716b5f3

Please sign in to comment.