1
0
mirror of synced 2024-11-21 21:06:04 +03:00

chore: node version in docker-compose rised to v16

This commit is contained in:
Kirill Zaytsev 2023-12-28 10:18:55 +04:00 committed by Zaytsev Kirill
parent 1e456627a1
commit 6224b40e02

View File

@ -1,7 +1,7 @@
version: '3.6'
services:
node:
image: node:12-alpine
image: node:16-alpine
user: node
volumes:
- ./:/var/www/vue-formulario