From c83a757bcb0795fe3dc0794e10299876f70f6fb0 Mon Sep 17 00:00:00 2001 From: Linux User Date: Tue, 13 Apr 2021 15:51:33 +0200 Subject: [PATCH] fixed typo --- dendrite/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dendrite/Dockerfile b/dendrite/Dockerfile index 6df15a5..5ce931e 100644 --- a/dendrite/Dockerfile +++ b/dendrite/Dockerfile @@ -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 && \