chore: node version in docker-compose rised to v16
This commit is contained in:
parent
1e456627a1
commit
6224b40e02
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
version: '3.6'
|
||||
services:
|
||||
node:
|
||||
image: node:12-alpine
|
||||
image: node:16-alpine
|
||||
user: node
|
||||
volumes:
|
||||
- ./:/var/www/vue-formulario
|
||||
|
|
Loading…
Add table
Reference in a new issue