You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invoking the galileodb.cli.manager through docker exec results in an error, stating that the file is not available.
I've looked into the Dockerfiles for the recorder and due to the mulit-stage build the scripts are not copied in the final step.
Solving this issue should be as easy as adding COPY --from=builder /src /src to the prod stage.
The text was updated successfully, but these errors were encountered:
Invoking the
galileodb.cli.manager
throughdocker exec
results in an error, stating that the file is not available.I've looked into the Dockerfiles for the recorder and due to the mulit-stage build the scripts are not copied in the final step.
Solving this issue should be as easy as adding
COPY --from=builder /src /src
to theprod
stage.The text was updated successfully, but these errors were encountered: