joytou commited on
Commit
5845e89
1 Parent(s): 4b6b17e

Fixed ModuleNotFoundError: No module named 'horde'

Browse files
Files changed (1) hide show
  1. 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"]