Skip to content

Commit

Permalink
ADD user to docker-compose (#6085)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarovin authored and timneutkens committed Jan 18, 2019
1 parent 53f2d88 commit c957c9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: '3.5'
services:
server:
user: 1000:1000
volumes:
- .:/app
command: sh -c "yarn --production=false && yarn clean && yarn deploy --project "$FB_PROJECTID""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: '3.5'
services:
server:
user: 1000:1000
volumes:
- .:/app
command: sh -c "yarn --production=false && yarn dev"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: '3.5'
services:
server:
user: 1000:1000
volumes:
- .:/app
command: sh -c 'yarn --production=false && yarn clean && yarn build-app && yarn serve --project "$FB_PROJECTID"'
Expand Down

0 comments on commit c957c9d

Please sign in to comment.