Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Fix multiple commands
Browse files Browse the repository at this point in the history
  • Loading branch information
kimborgen authored Jun 1, 2018
1 parent 279af7a commit 2a9a27f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ services:
build:
image: ascendntnu/server:2.02
user: ${DOCKER_USER-1000}:${DOCKER_USER-1000}
command:
- npm install
- npm run build
command: bash -c "npm install && npm run build"
volumes:
- .:/srv/ascend
working_dir: /srv/ascend
Expand Down

0 comments on commit 2a9a27f

Please sign in to comment.