Skip to content

Commit

Permalink
Remove deprecated --eager-loading parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed Jun 27, 2023
1 parent f17d0e1 commit 06420dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ services:
build:
context: .
image: ghcr.io/alephdata/aleph:${ALEPH_TAG:-latest}
command: python3 -m debugpy --listen 0.0.0.0:5678 -m flask run -h 0.0.0.0 -p 5000 --with-threads --eager-loading --reload --debugger
command: python3 -m debugpy --listen 0.0.0.0:5678 -m flask run -h 0.0.0.0 -p 5000 --with-threads --reload --debugger
ports:
- "127.0.0.1:5000:5000"
- "127.0.0.1:5678:5678"
Expand Down

0 comments on commit 06420dc

Please sign in to comment.