fixed typo
parent
9a8833fd36
commit
c83a757bcb
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue