File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ EXPOSE 9901
2323VOLUME ["/s3" ]
2424ENV MINIO_VOLUMES=/data
2525
26- ARG BLACKBAR_S3_ACCESS_KEY_ID="deid "
26+ ARG BLACKBAR_S3_ACCESS_KEY_ID="admin "
2727ARG BLACKBAR_S3_SECRET_ACCESS_KEY="provide-supersecret-key"
2828ENV BLACKBAR_S3_ACCESS_KEY_ID=${BLACKBAR_S3_ACCESS_KEY_ID}
2929ENV BLACKBAR_S3_SECRET_ACCESS_KEY=${BLACKBAR_S3_SECRET_ACCESS_KEY}
@@ -52,5 +52,7 @@ RUN set -ex \
5252COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
5353COPY start_minio.sh /usr/bin/start_minio.sh
5454COPY start_inception.sh /usr/bin/start_inception.sh
55+ RUN chmod +x /usr/bin/start_minio.sh
56+ RUN chmod +x /usr/bin/start_inception.sh
5557
5658CMD ["/usr/bin/supervisord" , "-c" , "/etc/supervisor/conf.d/supervisord.conf" ]
You can’t perform that action at this time.
0 commit comments