Skip to content

Commit

Permalink
all-in-one command with bash -c
Browse files Browse the repository at this point in the history
  • Loading branch information
hpfast committed Apr 9, 2018
1 parent e230263 commit a001ea1
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 @@ -7,7 +7,7 @@ services:
volumes:
- "./packages:/app/packages"
- "./newdist:/app/dist"
command: node scripts/build && node scripts/test
command: bash -c 'node scripts/build && node scripts/test'
test:
build:
context: ./
Expand Down

0 comments on commit a001ea1

Please sign in to comment.