Skip to content

Commit

Permalink
chore(server): fix make run-db
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Oct 11, 2022
1 parent f6834f8 commit 944c0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Makefile
Expand Up @@ -14,7 +14,7 @@ run-app:
go run ./cmd/reearth

run-db:
docker compose up -f ../docker-compose.yml -d reearth-mongo
docker compose -f ../docker-compose.yml up -d reearth-mongo

gql:
go generate ./internal/adapter/gql
Expand Down

0 comments on commit 944c0d6

Please sign in to comment.