This commit is contained in:
parent
7cf1d93a38
commit
f77ed217e2
|
@ -40,6 +40,8 @@ COPY --from=frontend /usr/src/app/frontend/dist/ frontend/dist
|
||||||
|
|
||||||
COPY *.py ./
|
COPY *.py ./
|
||||||
|
|
||||||
|
USER 1000
|
||||||
|
|
||||||
VOLUME ["/usr/src/app/cache/"]
|
VOLUME ["/usr/src/app/cache/"]
|
||||||
|
|
||||||
ENTRYPOINT ["gunicorn", "mangareader:app", "--bind", "0.0.0.0:8000", "--chdir", "/library"]
|
ENTRYPOINT ["gunicorn", "mangareader:app", "--bind", "0.0.0.0:8000", "--chdir", "/library"]
|
||||||
|
|
Reference in a new issue