Update Dockerfile

This commit is contained in:
Alexandre
2022-06-09 19:46:22 +02:00
committed by GitHub
parent 4ecaad8b5a
commit 779c39d61b

View File

@@ -30,8 +30,6 @@ COPY --from=vaultwarden /web-vault /opt/web-vault
# 2 Modify Image #
##################
RUN chmod 777 /etc/services.d/*/*
##################
# 3 Install apps #
##################
@@ -67,6 +65,8 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
# 4 Entrypoint #
################
RUN chmod 777 /etc/services.d/*/*
#RUN chmod 777 /entrypoint.sh
#WORKDIR /
#ENTRYPOINT [ "/usr/bin/env" ]