Skip to content

Commit

Permalink
Inject edpop-explorer datafiles into Docker container via ignored dir…
Browse files Browse the repository at this point in the history
…ectory
  • Loading branch information
jgonggrijp committed Dec 11, 2024
1 parent 50416c9 commit b23cae6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ db*
.\#*
*~
\#*\#

# edpop-explorer datafiles
/backend/edpopx-data/
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ services:
- ./backend:/usr/src/app/backend
- bapyca:/usr/src/app/backend/__pycache__
- ./frontend/vre:/usr/src/app/frontend/vre
- ./backend/edpopx-data:/root/.local/share/edpop-explorer
ports:
- 127.0.0.1:8000:8000
frontend:
Expand Down

0 comments on commit b23cae6

Please sign in to comment.