diff --git a/contrib/docker/Dockerfile b/contrib/docker/Dockerfile index 5384046..7114aae 100644 --- a/contrib/docker/Dockerfile +++ b/contrib/docker/Dockerfile @@ -17,12 +17,13 @@ RUN apk --no-cache add python3 py3-pip build-base git openssl-dev musl-dev pytho RUN apk --no-cache add python3 openssl VOLUME "$DATA_DIR" -USER pyseeder COPY entrypoint.sh /entrypoint.sh RUN chmod a+x /entrypoint.sh EXPOSE 8443 +USER pyseeder + ENTRYPOINT [ "/entrypoint.sh" ]