Skip to content

Commit

Permalink
Allow up-reseed to also work when container is not stopped
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Aug 1, 2024
1 parent f79a711 commit e0597cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/commands/docker.justfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ up-reseed *args:
cd {{justfile_directory()}}/docker/development/
export DB_SQL_PRESEED_URL="https://github.com/MaMpf-HD/mampf-init-data/raw/main/data/20220923120841_mampf.sql"
export UPLOADS_PRESEED_URL="https://github.com/MaMpf-HD/mampf-init-data/raw/main/data/uploads.zip"
docker compose up {{args}}
docker compose rm --stop --force mampf && docker compose up {{args}}

# Removes the development docker containers
@down:
Expand Down

0 comments on commit e0597cc

Please sign in to comment.