Skip to content

fix: Dockerfile by copying goodlift-import

When using guide from the README.md to run everything via Docker, I noticed a small issue:

  • goodlift-import was not copied to the Dockerfile --> easy fix by adding COPY goodlift-import goodlift-import/

The issue it ran into was basically Failed to read Cargo.toml at /opt/openpowerlifting/goodlift-import/Cargo.toml.

Merge request reports