is this even needed?
All checks were successful
Publish Docker Image / docker (push) Successful in 1m13s

This commit is contained in:
Lee 2024-01-13 20:15:31 +00:00
parent 06bfa6ec0b
commit 04dc28efeb

@ -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