From 6570d2c7b7180c1d13f54fbae0b7033dbd67065a Mon Sep 17 00:00:00 2001 From: debuggerboy Date: Mon, 26 Jun 2023 03:08:55 +0530 Subject: [PATCH] Updating Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b1120a..f4fec79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ COPY server.key ${DETOUR_CONF_DIR} FROM scratch # Copy our static executable. COPY --from=builder /bin/detour-proxy /app/detour-proxy -COPY --from=builder /build/etc / +COPY --from=builder /build/etc /etc WORKDIR /app # Run the hello binary. ENTRYPOINT ["/app/detour-proxy"]