Remove: run.sh
All checks were successful
Release / release-image (push) Successful in 3m1s

This commit is contained in:
2024-10-18 17:37:23 +00:00
parent ad8e0ddf3d
commit 9bb285f53c
2 changed files with 1 additions and 24 deletions

View File

@@ -8,8 +8,6 @@ RUN trust anchor /root/rootca.pem && update-ca-trust
RUN echo '%wheel ALL=(ALL:ALL) NOPASSWD: ALL' >> /etc/sudoers
RUN useradd -G wheel -d /build builder
RUN mkdir /script
COPY run.sh /script
ENV MINIO_HOST="minio.konchin.com"
ENV MINIO_PORT="443"
@@ -21,4 +19,4 @@ ENV REPO_NAME="custom"
WORKDIR /build
ENTRYPOINT ["/usr/bin/env"]
CMD ["/script/run.sh"]
CMD ["bash"]