revert debug stuff

This commit is contained in:
mitch
2021-05-12 10:51:50 -04:00
committed by Mitch Ross
parent 4f56b9325f
commit 35071a4c5f
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -37,8 +37,7 @@ RUN pip3 install \
voluptuous\
Flask-Sockets \
gevent \
gevent-websocket \
debugpy
gevent-websocket
COPY nginx/nginx.conf /etc/nginx/nginx.conf
+1 -2
View File
@@ -35,8 +35,7 @@ RUN pip3 wheel --wheel-dir=/wheels \
click \
setproctitle \
peewee \
gevent \
debugpy
gevent
FROM scratch