mirror of
https://github.com/minio/minio.git
synced 2026-05-28 04:03:23 -04:00
Hopefully fix missing entrypoint script
This commit is contained in:
parent
2a67c44655
commit
9371fbfe3c
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ FROM gcr.io/distroless/static-debian12
|
|||
ARG TARGETARCH
|
||||
ARG RELEASE
|
||||
|
||||
COPY --from=build --chown=1000:1000 /build/minio /usr/bin/minio
|
||||
COPY --from=build --chown=1000:1000 /build/dockerscripts/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
|
||||
COPY --from=build --chown=1000:1000 --chmod=+x /build/minio /usr/bin/minio
|
||||
COPY --chown=1000:1000 --chmod=+x dockerscripts/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue