Skip to content

Commit 538ff24

Browse files
authored
Update Dockerfile
1 parent cab0384 commit 538ff24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ FROM alpine:3.19
1414
WORKDIR /app
1515
COPY --from=builder /app/jaeger-postgresql .
1616
COPY ./hack/run.sh /app/run.sh
17+
RUN chmod +x /app/run.sh
1718

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

0 commit comments

Comments
 (0)