1 parent 664a9bf commit bab3c28Copy full SHA for bab3c28
2 files changed
.gitignore
@@ -10,6 +10,7 @@
10
/frontend/.nuxt
11
/frontend/.eslintcache
12
/frontend/.stylelintcache
13
+/frontend/.output
14
/frontend/dist
15
/frontend/src/site/static/sw.js
16
/tmp
docker-compose.override.yml.dist
@@ -2,22 +2,22 @@ version: '3.9'
2
services:
3
4
mariadb:
5
- restart: no
+ restart: "no"
6
ports:
7
- ${MARIADB_PORT:-3333}:3306
8
9
nginx:
- ${NODE_PORT_WS:-3001}:3001
php-fpm:
environment:
17
- PHP_IDE_CONFIG=serverName=VespDocker
18
command: sh -c 'composer install && composer db:migrate && php-fpm'
19
20
node:
21
22
# command: sh -c 'rm -rf /tmp/* && yarn && yarn analyze'
23
command: sh -c 'rm -rf /tmp/* && yarn && yarn dev'
0 commit comments