Skip to content

Commit d7a9c2a

Browse files
committed
fix: fixed issue with dockerfile
1 parent 538ff24 commit d7a9c2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ COPY --from=builder /app/jaeger-postgresql .
1616
COPY ./hack/run.sh /app/run.sh
1717
RUN chmod +x /app/run.sh
1818

19-
CMD ["./run.sh"]
19+
CMD ["sh", "./run.sh"]

hack/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/bin/env bash
1+
#!/bin/env sh
22

3-
cp /app/jaeger-postgresql /mnt/plugin
3+
cp /app/jaeger-postgresql /mnt/plugin

0 commit comments

Comments
 (0)