Skip to content

Commit 28507ca

Browse files
committed
🔧 Fix prestart
1 parent 6092983 commit 28507ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ services:
5555
db:
5656
condition: service_healthy
5757
restart: true
58-
command: bash scripts/prestart.sh
58+
command: bash prestart.sh
5959
env_file:
6060
- .env
6161
environment:

0 commit comments

Comments
 (0)