(FEAT) Docker compose file created

This commit is contained in:
Hayden Hargreaves 2025-05-11 11:25:47 -07:00
parent 81c40d3ae8
commit 07bef059a4
2 changed files with 9 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
services:
hhargreaves.dev:
image: hhargreaves.dev
build:
context: .
dockerfile: Dockerfile
ports:
- "3000:3000"
restart: on-failure