Skip to content

Commit bd66d07

Browse files
committed
update docker entrypoint
1 parent c24d6cf commit bd66d07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ RUN apk add --no-cache \
44
sed \
55
diffoscope
66

7-
COPY entrypoint.sh .
8-
ENTRYPOINT [ "./entrypoint.sh" ]
7+
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
8+
ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ]

0 commit comments

Comments
 (0)