revert debug stuff

This commit is contained in:
mitch 2021-04-11 21:46:44 -04:00 committed by Mitch Ross
parent 4f56b9325f
commit 35071a4c5f
2 changed files with 2 additions and 4 deletions

View File

@ -37,8 +37,7 @@ RUN pip3 install \
voluptuous\ voluptuous\
Flask-Sockets \ Flask-Sockets \
gevent \ gevent \
gevent-websocket \ gevent-websocket
debugpy
COPY nginx/nginx.conf /etc/nginx/nginx.conf COPY nginx/nginx.conf /etc/nginx/nginx.conf

View File

@ -35,8 +35,7 @@ RUN pip3 wheel --wheel-dir=/wheels \
click \ click \
setproctitle \ setproctitle \
peewee \ peewee \
gevent \ gevent
debugpy
FROM scratch FROM scratch