Skip to content

Commit

Permalink
Clarify that up command assumes a valid database
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Jan 21, 2025
1 parent b91da88 commit 04c0bb8
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 @@ -2,7 +2,7 @@
help:
@just --list --justfile {{source_file()}}

# Starts the dev docker containers
# Starts the dev containers (assumes a valid database)
up *args:
#!/usr/bin/env bash
just docker ensure-db-container-running-and-postgres-ready
Expand Down

0 comments on commit 04c0bb8

Please sign in to comment.