hub-stats-build / docker-compose.yml
cfahlgren1's picture
cfahlgren1 HF Staff
add build step
2c3772a
raw
history blame
219 Bytes
version: '3.8'
services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "3000:3000"
volumes:
- .:/app
- /app/node_modules
environment:
- NODE_ENV=production