Skip to content

Commit 376ae78

Browse files
author
Olesia Solonko
committed
update entrypoint command
1 parent 9399cac commit 376ae78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygeoapi/docker/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ echo "$(get_timestamp) [init] Initialization complete"
4646

4747
# Start the pygeoapi service
4848
echo "$(get_timestamp) [init] Starting pygeoapi service"
49-
exec /entrypoint.sh "$@"
49+
exec /entrypoint.sh run "$@"

0 commit comments

Comments
 (0)