fixed typo

main
Linux User 2021-04-13 15:51:33 +02:00
parent 9a8833fd36
commit c83a757bcb
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN apk --no-cache add git build-base && \
FROM alpine:3.13
COPY --from=builder /build/bin/* /usr/local/bin
COPY --from=builder /build/bin/* /usr/local/bin/
COPY entrypoint.sh /usr/local/bin/entrypoint
RUN chmod +x /usr/local/bin/entrypoint && \