From 04dc28efeb18a8d7b5cb46b99a78e438a1640660 Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 13 Jan 2024 20:15:31 +0000 Subject: [PATCH] is this even needed? --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4fefff..e053f4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ COPY . /app # Copy Docker binaries from the builder stage COPY --from=builder /usr/bin/docker /usr/bin/docker -COPY --from=builder /usr/lib/docker /usr/lib/docker +#COPY --from=builder /usr/lib/docker /usr/lib/docker # Set an environment variable with the path to the config file ENV CONFIG_FILE=/app/config.yml