Skip to content

Commit 39dcc79

Browse files
committed
make start scripts executable
1 parent 685293e commit 39dcc79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

inception/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ EXPOSE 9901
2323
VOLUME ["/s3"]
2424
ENV MINIO_VOLUMES=/data
2525

26-
ARG BLACKBAR_S3_ACCESS_KEY_ID="deid"
26+
ARG BLACKBAR_S3_ACCESS_KEY_ID="admin"
2727
ARG BLACKBAR_S3_SECRET_ACCESS_KEY="provide-supersecret-key"
2828
ENV BLACKBAR_S3_ACCESS_KEY_ID=${BLACKBAR_S3_ACCESS_KEY_ID}
2929
ENV BLACKBAR_S3_SECRET_ACCESS_KEY=${BLACKBAR_S3_SECRET_ACCESS_KEY}
@@ -52,5 +52,7 @@ RUN set -ex \
5252
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
5353
COPY start_minio.sh /usr/bin/start_minio.sh
5454
COPY 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

5658
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]

0 commit comments

Comments
 (0)