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 538ff24 commit d7a9c2aCopy full SHA for d7a9c2a
Dockerfile
@@ -16,4 +16,4 @@ COPY --from=builder /app/jaeger-postgresql .
16
COPY ./hack/run.sh /app/run.sh
17
RUN chmod +x /app/run.sh
18
19
-CMD ["./run.sh"]
+CMD ["sh", "./run.sh"]
hack/run.sh
@@ -1,3 +1,3 @@
1
-#!/bin/env bash
+#!/bin/env sh
2
3
-cp /app/jaeger-postgresql /mnt/plugin
+cp /app/jaeger-postgresql /mnt/plugin
0 commit comments