fix async blocking issue

This commit is contained in:
William Lane
2023-03-20 10:25:36 -07:00
parent 441e5e2422
commit be00ef3e50
4 changed files with 11 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ ADD . .
# Install any needed packages specified in requirements.txt
RUN pip install -r requirements.txt
# Make port 80 available to the world outside this container
# Make port 8080 available to the world outside this container
EXPOSE 8080
# Run run.py when the container launches