Spaces:
Running
Running
Fixed ModuleNotFoundError: No module named 'horde'
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -20,5 +20,6 @@ COPY ./server.py /discordbot/server.py
|
|
20 |
COPY ./index.html /discordbot/templates/index.html
|
21 |
COPY ./client.js /discordbot/static/client.js
|
22 |
COPY ./style.css /discordbot/static/style.css
|
|
|
23 |
|
24 |
CMD ["python", "/discordbot/server.py"]
|
|
|
20 |
COPY ./index.html /discordbot/templates/index.html
|
21 |
COPY ./client.js /discordbot/static/client.js
|
22 |
COPY ./style.css /discordbot/static/style.css
|
23 |
+
COPY ./horde.py /discordbot/horde.py
|
24 |
|
25 |
CMD ["python", "/discordbot/server.py"]
|