removed UESR nobody as it breaks permissions

This commit is contained in:
k4yt3x 2022-04-01 06:51:27 +00:00
parent 7215ee1921
commit 1b67f373d1

View File

@ -39,5 +39,4 @@ RUN apt-get install -y --no-install-recommends \
&& rm -rf /wheels /video2x /var/lib/apt/lists/*
WORKDIR /host
USER nobody
ENTRYPOINT ["/usr/bin/python3.8", "-m", "video2x"]