Skip to content

Commit

Permalink
Merge pull request #7 from vladiuz1/patch-1
Browse files Browse the repository at this point in the history
Update docker-compose.yml
  • Loading branch information
nikitaGetman authored Dec 19, 2020
2 parents f37ed24 + 74fe314 commit 976c863
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 @@ -9,4 +9,4 @@ services:
- '8080:8080'
volumes:
- '.:/app'
command: /bin/sh -c "npm run serve"
command: /bin/sh -c "npm install -g @vue/cli && npm install && npm rebuild node-sass && npm run serve"

0 comments on commit 976c863

Please sign in to comment.