Initial dockerfile, docker-compose.

This commit is contained in:
Ema Park
2025-09-26 19:50:31 -04:00
parent 7c40eef29e
commit 5460082ead
2 changed files with 44 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
version: '3.9'
services:
web:
build: .
image: sucker
ports:
- "3000:3000"
environment:
NODE_ENV: production