Browse Source

Update docker-compose.dev.yml, fix #1536

pull/1543/head
Hironsan 3 years ago
parent
commit
9c2b7fa52e
1 changed files with 1 additions and 1 deletions
  1. 2
      docker-compose.dev.yml

2
docker-compose.dev.yml

@ -53,7 +53,7 @@ services:
- network-backend
frontend:
image: node:16.5-alpine3.14
image: node:16.13.0
command: ["/src/tools/dev-nuxt.sh"]
working_dir: /src/frontend
environment:

Loading…
Cancel
Save