Skip to content

Commit

Permalink
Final node docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
vhermecz committed May 30, 2020
1 parent a57e132 commit cce278d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ services:
- 3334:3000
volumes:
- .:/client
command: bash -c "sleep 99999d"
command: bash -c "cd client && yarn install && yarn start"
environment:
- NODE_ENV=development

0 comments on commit cce278d

Please sign in to comment.