1
0
Fork 0
forked from s3lph/matemat

Deployment image privileged once more...

This commit is contained in:
s3lph 2018-07-11 16:46:05 +02:00
parent 3a8497325f
commit 8da58950ad

View file

@ -12,6 +12,6 @@ RUN chown matemat:matemat -R /home/matemat
RUN pip3 install -r /home/matemat/requirements.txt
WORKDIR /home/matemat
USER matemat
# USER matemat
CMD python3 -m matemat
EXPOSE 8080/tcp