This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user