added a volume so I can change stuff while it works
This commit is contained in:
parent
56db47db81
commit
801a62987a
1
.dockerignore
Normal file
1
.dockerignore
Normal file
|
@ -0,0 +1 @@
|
|||
content
|
1
content/Projects.md
Normal file
1
content/Projects.md
Normal file
|
@ -0,0 +1 @@
|
|||
**To be added later**
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue