fix: fix docker entrypoint (#2669)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user