chore: Update docker compose command (#567)

This commit is contained in:
Dave Sewell
2024-12-06 12:47:10 -05:00
committed by GitHub
parent 33b70ff01a
commit c46b8b8822
3 changed files with 314 additions and 311 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
.PHONY: local-test
local-test:
docker compose down; docker-compose up -d vault && act workflow_dispatch -j local-test -W .github/workflows/local-test.yaml
docker compose down; docker compose up -d vault && act workflow_dispatch -j local-test -W .github/workflows/local-test.yaml