提交 c957c9d1 编写于 作者: S Saro Vindigni 提交者: Tim Neutkens

ADD user to docker-compose (#6085)

上级 53f2d885
version: '3.5'
services:
server:
user: 1000:1000
volumes:
- .:/app
command: sh -c "yarn --production=false && yarn clean && yarn deploy --project "$FB_PROJECTID""
......
version: '3.5'
services:
server:
user: 1000:1000
volumes:
- .:/app
command: sh -c "yarn --production=false && yarn dev"
......
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"'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册