static pages volume in docker-compose.yml
This commit is contained in:
parent
7468aa20ab
commit
3f0edc4374
3 changed files with 4 additions and 0 deletions
1
Foxnouns.Backend/static-pages/.gitignore
vendored
1
Foxnouns.Backend/static-pages/.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
*
|
||||
!.gitignore
|
||||
|
|
|
@ -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
2
docker/static-pages/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*
|
||||
!.gitignore
|
Loading…
Reference in a new issue