Spaces:
Runtime error
Runtime error
version: '3.8' | |
services: | |
app: | |
build: | |
context: . | |
dockerfile: Dockerfile | |
ports: | |
- "3000:3000" | |
volumes: | |
- .:/app | |
- /app/node_modules | |
environment: | |
- NODE_ENV=production |