Skip to content

Commit

Permalink
Adapts docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikf02 committed Aug 12, 2024
1 parent d98080b commit ac4213b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
container_name: app
volumes:
- ../:/workspace:cached
command: /bin/sh -c "cd /workspace/cmd/movie-api && go run main.go"
command: /bin/sh -c "cd /workspace/backend/aashub/cmd/aashub && go run main.go"
ports:
- 9000:9000
healthcheck:
Expand Down

0 comments on commit ac4213b

Please sign in to comment.