diff --git a/Dockerfile b/Dockerfile index d93dc05..5d0ac86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,3 @@ ENV FLASK_APP=server.py EXPOSE 5001 CMD ["gunicorn", "--bind", "0.0.0.0:5001", "app:app"] -