Skip to content

Commit

Permalink
Fix bug in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Sep 15, 2019
1 parent 21cecff commit 96f3a77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ services:
- /tmp/.X11-unix:/tmp/.X11-unix
- .:/nuclear
command: bash -xc "
cd /nuclear;
npm install;
npm start "
devices:
Expand Down

0 comments on commit 96f3a77

Please sign in to comment.