Skip to content

Commit

Permalink
fix: docker compose gateway server command
Browse files Browse the repository at this point in the history
  • Loading branch information
pyadav committed Mar 15, 2024
1 parent ce8524a commit a03bfc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -7,7 +7,7 @@ services:
build:
context: .
dockerfile: ./docker/Dockerfile.gateway.dev
command: server start
command: start
depends_on:
- redis
- postgres
Expand Down

0 comments on commit a03bfc7

Please sign in to comment.