Skip to content

Commit

Permalink
fix compose
Browse files Browse the repository at this point in the history
  • Loading branch information
aadu committed Jun 25, 2021
1 parent b3dfa9a commit 05877f5
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 @@ -5,6 +5,6 @@ services:
volumes:
- "$PWD:/project"
# - "node_modules:/project/node_modules"
command: yarn compile && yarn dist
command: yarn dist
volumes:
node_modules:

0 comments on commit 05877f5

Please sign in to comment.