Skip to content

Commit f672a08

Browse files
committed
chore: Add minio/mc command to Dockerfile
1 parent 67d4471 commit f672a08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/prod/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,6 @@ RUN { \
6868
echo 'upload_max_filesize=256M'; \
6969
echo 'post_max_size=256M'; \
7070
} > /etc/php/current_version/cli/conf.d/upload-limits.ini
71+
72+
COPY --from=minio/mc:RELEASE.2024-09-09T07-53-10Z /usr/bin/mc /usr/bin/mc
73+
RUN chmod +x /usr/bin/mc

0 commit comments

Comments
 (0)