This commit is contained in:
Alexandre
2023-03-31 21:44:03 +02:00
parent 0e23abd45c
commit da8f0a00f6
3 changed files with 7 additions and 15 deletions

View File

@@ -132,14 +132,8 @@ RUN \
cat /defaults/nginx_addition >> /defaults/nginx/site-confs/default.conf.sample && \
\
# Rename smb files
mv 92-local_mounts.sh 00-local_mounts.sh && \
mv 92-smb_mounts.sh 00-smb_mounts.sh
#RUN chmod 777 /entrypoint.sh
#WORKDIR /
#ENTRYPOINT [ "/usr/bin/env" ]
#CMD [ "/entrypoint.sh" ]
#SHELL ["/bin/bash", "-o", "pipefail", "-c"]
mv /etc/cont-init.d/92-local_mounts.sh /etc/cont-init.d/00-local_mounts.sh && \
mv /etc/cont-init.d/92-smb_mounts.sh /etc/cont-init.d/00-smb_mounts.sh
############
# 5 Labels #