cv/docker-compose.yaml
David Frankel c8d629ea25 dockerized
2023-12-29 16:31:13 -06:00

10 lines
122 B
YAML

version: '3.8'
services:
app:
build: .
ports:
- '3000:3000'
environment:
- NODE_ENV=production