change dev packages

This commit is contained in:
b1ek 2023-03-19 16:33:33 +10:00
parent 93829bcef4
commit 90b0d1ccef
Signed by: blek
GPG Key ID: 14546221E3595D0C
2 changed files with 3 additions and 2 deletions

View File

@ -12,6 +12,7 @@ services:
env_file: ./.env env_file: ./.env
environment: environment:
APP_PORT: '${APP_PORT}' APP_PORT: '${APP_PORT}'
APP_DEBUG: true
networks: networks:
- homepage - homepage
redis: redis:

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
PACKAGES="sequelize-cli" PACKAGES="sequelize-cli gulp-cli gulper gulp"
DEV_PGKS="gulp-cli gulper gulp mocha" DEV_PGKS="mocha"
if [[ $APP_DEBUG == 'true' ]]; then if [[ $APP_DEBUG == 'true' ]]; then
yarn install yarn install