diff --git a/Dockerfile b/Dockerfile index 3fc4578..ef5a1e0 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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