1
0
Fork 0
mirror of synced 2025-04-03 13:23:34 +03:00
vue-formulario/docker-compose.yml
2023-12-28 12:48:51 +04:00

8 lines
163 B
YAML

version: '3.6'
services:
node:
image: node:16-alpine
user: node
volumes:
- ./:/var/www/vue-formulario
working_dir: /var/www/vue-formulario