Skip to content

Commit

Permalink
chore: remove force rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
0xawaz committed Feb 12, 2025
1 parent 49fffa3 commit 4f92e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fhevm-engine/coprocessor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cleanup:

.PHONY: init_db
init_db:
docker compose up -d --build --force-recreate --no-deps db migration
docker compose up -d db migration
docker wait db-migration
@echo "Database migration completed"

Expand Down

0 comments on commit 4f92e31

Please sign in to comment.