Update Dockerfile

This commit is contained in:
Alexandre
2022-11-26 22:12:41 +01:00
committed by GitHub
parent e8ffb744e6
commit 07e6da3bd2

View File

@@ -45,7 +45,7 @@ RUN sed -i '5a echo "Data location moved. Please wait while elasticsearch starts
##################
# Copy local files
COPY rootfs/ /
#COPY rootfs/ /
# Corrects permissions for s6 v3
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \