Initial Commit

This commit is contained in:
Hannah Dagemark 2026-01-18 03:18:26 +00:00
commit 258fad3475
60 changed files with 6894 additions and 0 deletions

11
docker-compose.yml Normal file
View file

@ -0,0 +1,11 @@
services:
website:
image: nextjs-docker
container_name: website
# networks:
# - webnet
expose:
- "3000"
restart: always
environment:
NODE_ENV: production