mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-07-23 01:46:57 +00:00
13 lines
240 B
YAML
13 lines
240 B
YAML
services:
|
|
chess-scribe-frontend:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "3000:3000"
|
|
environment:
|
|
- NODE_ENV=production
|
|
- PORT=3000
|
|
env_file:
|
|
- .env
|
|
restart: unless-stopped |