Skip to content

Commit 9ba2cb9

Browse files
committed
Fix entrypoint
1 parent 4a03d38 commit 9ba2cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ RUN apt-get update && apt-get install -y git \
88
FROM ghcr.io/intersectmbo/cardano-db-sync:13.6.0.4
99
COPY --from=config /cardano-world/docs/environments /environments
1010
COPY ./entrypoint.sh ./update_json_keys.sh /
11-
ENTRYPOINT ["/bin/sh" "-e" "/entrypoint.sh" ]
11+
ENTRYPOINT ["/bin/bash", "-e", "/entrypoint.sh" ]

0 commit comments

Comments
 (0)