We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36890eb commit 04d9df5Copy full SHA for 04d9df5
docker-compose.yml
@@ -11,7 +11,7 @@ services:
11
- database
12
depends_on:
13
- postgres_db
14
- command: ['./wait-for-it.sh', 'postgres_db:5432', '--', 'node', 'index']
+ command: ['./wait-for-it.sh', 'postgres_db:5432', '--', 'node', 'index.js']
15
container_name: server
16
#############
17
## CLIENT ##
0 commit comments