changed relative to absolute path in entrypoint.sh
This commit is contained in:
parent
28a1b7d820
commit
d9519c698d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
./create_pg_pass.sh
|
||||
/tmp/resources/create_pg_pass.sh
|
||||
|
||||
# Idle process
|
||||
while true; do
|
||||
|
|
Loading…
Reference in a new issue