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