gonito-frontend/docker-compose.yml
2022-10-21 11:17:05 +02:00

16 lines
263 B
YAML

version: '3.7'
services:
sample:
container_name: gonito
build:
context: .
dockerfile: Dockerfile
# volumes:
# - '.:/app'
# - '/app/node_modules'
ports:
- 3001:3000
environment:
- CHOKIDAR_USEPOLLING=true