We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a03d38 commit 9ba2cb9Copy full SHA for 9ba2cb9
Dockerfile
@@ -8,4 +8,4 @@ RUN apt-get update && apt-get install -y git \
8
FROM ghcr.io/intersectmbo/cardano-db-sync:13.6.0.4
9
COPY --from=config /cardano-world/docs/environments /environments
10
COPY ./entrypoint.sh ./update_json_keys.sh /
11
-ENTRYPOINT ["/bin/sh" "-e" "/entrypoint.sh" ]
+ENTRYPOINT ["/bin/bash", "-e", "/entrypoint.sh" ]
0 commit comments