Preperations for setting up game picker 1.0
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -1,11 +0,0 @@
|
||||
FROM python:3
|
||||
|
||||
RUN pip install discord
|
||||
|
||||
WORKDIR /usr/app/src
|
||||
|
||||
COPY Acronymbot.py ./
|
||||
COPY BlackJack.py ./
|
||||
COPY Ledger.py ./
|
||||
|
||||
CMD [ "python", "./Acronymbot.py" ]
|
||||
Reference in New Issue
Block a user