fix: fix docker entrypoint (#2669)

This commit is contained in:
Alexis Saettler
2019-05-12 11:57:06 +02:00
committed by GitHub
parent 5d1ef87331
commit 740271aefa
4 changed files with 5 additions and 129 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ RUN set -ex && \
RUN apk del .build-deps && \
rm -rf /var/cache/apk/*
COPY scripts/docker/entrypoint.sh .
COPY scripts/docker/entrypoint.sh /usr/local/bin/
ENTRYPOINT ["entrypoint.sh"]
# Apache2