removed dependancy to old template

This commit is contained in:
Adrian Amaglio 2020-09-16 15:15:10 +02:00
parent 48333e8040
commit 967b4bf4f5

View File

@ -10,7 +10,7 @@ RUN pip install uwsgi
ENV UID=0
ENV MOUNT=/
COPY ./main.py ./list.tpl ./
COPY ./main.py ./
# I juste wanted to change the socket owner but it turned out I needed to change thu uwsgi user
#CMD uwsgi --exec-asap 'chown $UID:$UID /tmp/uwsgi/ ; mkdir -p $BASE_PATH && chown $UID:$UID $BASE_PATH' -s /tmp/uwsgi/uwsgi.sock --uid $UID --manage-script-name --mount /=server:app