static pages volume in docker-compose.yml

This commit is contained in:
sam 2024-12-26 10:25:00 -05:00
parent 7468aa20ab
commit 3f0edc4374
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
3 changed files with 4 additions and 0 deletions

View file

@ -1 +1,2 @@
*
!.gitignore

View file

@ -16,6 +16,7 @@ services:
- "5007:5001"
volumes:
- ./docker/config.ini:/app/config.ini
- ./docker/static-pages:/app/static-pages
frontend:
image: frontend

2
docker/static-pages/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*
!.gitignore