Spaces:
Sleeping
Sleeping
Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
set -e
|
| 3 |
|
| 4 |
-
/docker-entrypoint.sh postgres &
|
| 5 |
|
| 6 |
sleep 5
|
| 7 |
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
set -e
|
| 3 |
|
| 4 |
+
/usr/local/bin/docker-entrypoint.sh postgres &
|
| 5 |
|
| 6 |
sleep 5
|
| 7 |
|