added a volume so I can change stuff while it works

This commit is contained in:
Heli-o 2024-04-05 02:36:46 +02:00
parent 56db47db81
commit 801a62987a
3 changed files with 4 additions and 0 deletions

1
.dockerignore Normal file
View file

@ -0,0 +1 @@
content

1
content/Projects.md Normal file
View file

@ -0,0 +1 @@
**To be added later**

View file

@ -5,3 +5,5 @@ services:
build: . # Path to your Dockerfile (assumes it's in the same directory)
ports:
- "3004:8080" # Map external port 3000 to internal port 8080
volumes:
- ./content:/usr/src/app/content