mirror of
https://github.com/AskDavis/nate-discord.git
synced 2026-01-01 05:05:58 -08:00
fix async blocking issue
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user