Merge branch 'master' of ssh://192.168.1.191/dockerfiles

main
Ricard Illa 2021-04-15 09:18:10 +02:00
commit 220abe277c
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 && \