Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinogz committed Sep 23, 2023
1 parent 8618169 commit a684db0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dev:
docker compose up -d
@echo "Waiting for db..."
@sleep 2
goose -dir="./migrations" postgres "$FINCH_DB_DSN" up
goose -dir="./migrations" postgres "$$FINCH_DB_DSN" up
modd

prod:
Expand Down
Binary file modified bin/web
Binary file not shown.

0 comments on commit a684db0

Please sign in to comment.