Skip to content

Commit

Permalink
build: update mc path for minio img --> /usr/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jan 5, 2024
1 parent 6506cef commit 378886e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ RUN set -ex \
"libgeos-c1v5" \
&& rm -rf /var/lib/apt/lists/*
# Copy minio mc client
COPY --from=minio /opt/bin/mc /usr/local/bin/
COPY --from=minio /usr/bin/mc /usr/local/bin/
COPY *-entrypoint.sh /
ENTRYPOINT ["/app-entrypoint.sh"]
# Copy Python deps from build to runtime
Expand Down

0 comments on commit 378886e

Please sign in to comment.