diff --git a/Dockerfile b/Dockerfile index cc5be2f..4799a62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ #FROM alpine:3.15.0 -FROM alpine:edge +FROM alpine:3.17.0 +#FROM alpine:edge LABEL maintainer="Adrien Ferrand " @@ -52,6 +53,8 @@ COPY files/auth-ldap.conf /etc/lighttpd/auth-ldap.conf COPY files/entrypoint.sh /entrypoint.sh COPY files/supervisord.conf /etc/supervisord.conf +RUN chmod +x /entrypoint.sh + EXPOSE 8080 WORKDIR /home/backuppc