Skip to content

Commit

Permalink
Merge pull request #288 from smartdevicelink/bugfix/invalid-host-header
Browse files Browse the repository at this point in the history
Use deployed version of server to avoid dev server issues
  • Loading branch information
crokita authored Feb 25, 2022
2 parents fc4ea90 + 84a0a05 commit 5b9b322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
depends_on:
- redis
- postgres
command: ["./wait-for-it.sh", "postgres:5432", "--", "npm", "start"]
command: ["./wait-for-it.sh", "postgres:5432", "--", "npm", "run", "start-server"]
redis:
image: redis
postgres:
Expand Down

0 comments on commit 5b9b322

Please sign in to comment.