Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
Proxy
Commits
ef97b66b
Commit
ef97b66b
authored
Aug 12, 2021
by
Dominik Hebeler
Browse files
upgrade auto deploy to 2
parent
f1920adb
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
ef97b66b
...
...
@@ -7,7 +7,7 @@ services:
-
.:/usr/src/app
-
.npm:/home/node/.npm
working_dir
:
/usr/src/app
command
:
bash -c "
chown 1000:1000 .npm && npm install
&& npm run watch"
command
:
bash -c "
npm i --prefer-offline
&& npm run watch"
phpfpm
:
depends_on
:
-
"
assets"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment