gonito-frontend/docker-compose.yml

16 lines
263 B
YAML
Raw Normal View History

2022-10-21 11:17:05 +02:00
version: '3.7'
services:
sample:
container_name: gonito
build:
context: .
dockerfile: Dockerfile
# volumes:
# - '.:/app'
# - '/app/node_modules'
ports:
- 3001:3000
environment:
- CHOKIDAR_USEPOLLING=true