File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 10
10
/frontend /.nuxt
11
11
/frontend /.eslintcache
12
12
/frontend /.stylelintcache
13
+ /frontend /.output
13
14
/frontend /dist
14
15
/frontend /src /site /static /sw.js
15
16
/tmp
Original file line number Diff line number Diff line change @@ -2,22 +2,22 @@ version: '3.9'
2
2
services:
3
3
4
4
mariadb:
5
- restart: no
5
+ restart: "no"
6
6
ports:
7
7
- ${MARIADB_PORT:-3333}:3306
8
8
9
9
nginx:
10
- restart: no
10
+ restart: "no"
11
11
ports:
12
12
- ${NODE_PORT_WS:-3001}:3001
13
13
14
14
php-fpm:
15
- restart: no
15
+ restart: "no"
16
16
environment:
17
17
- PHP_IDE_CONFIG=serverName=VespDocker
18
18
command: sh -c 'composer install && composer db:migrate && php-fpm'
19
19
20
20
node:
21
- restart: no
21
+ restart: "no"
22
22
# command: sh -c 'rm -rf /tmp/* && yarn && yarn analyze'
23
23
command: sh -c 'rm -rf /tmp/* && yarn && yarn dev'
You can’t perform that action at this time.
0 commit comments