Skip to content

Commit

Permalink
Fix failing just docker rebuild script (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines authored Dec 9, 2024
1 parent 34a99de commit 6382fb5
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 @@ -61,7 +61,7 @@ up-reseed *args:
docker compose exec mampf bundle exec rails c

# Rebuilds the most essential containers in the dev or test environment
rebuild env="dev"
rebuild env="dev":
#!/usr/bin/env bash
environment={{ if env == "test" {"test"} else {"development"} }}
echo "Rebuilding in env: ${environment}"
Expand Down

0 comments on commit 6382fb5

Please sign in to comment.