chore: node version in docker-compose rised to v16
This commit is contained in:
parent
1e456627a1
commit
6224b40e02
@ -1,7 +1,7 @@
|
|||||||
version: '3.6'
|
version: '3.6'
|
||||||
services:
|
services:
|
||||||
node:
|
node:
|
||||||
image: node:12-alpine
|
image: node:16-alpine
|
||||||
user: node
|
user: node
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/var/www/vue-formulario
|
- ./:/var/www/vue-formulario
|
||||||
|
Loading…
Reference in New Issue
Block a user