nginx/celery changes and bump docker deps

This commit is contained in:
wh1te909
2022-03-14 04:20:41 +00:00
parent cf837b6d05
commit 9aada993b1
7 changed files with 58 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ services:
app-dev:
container_name: trmm-app-dev
image: node:14-alpine
image: node:16-alpine
restart: always
command: /bin/sh -c "npm install npm@latest -g && npm install && npm run serve -- --host 0.0.0.0 --port ${APP_PORT}"
working_dir: /workspace/web