Preperations for setting up game picker 1.0

This commit is contained in:
2023-11-22 12:06:58 +10:00
parent c2ea96445d
commit a7fc6da2cb
10 changed files with 18 additions and 3 deletions

View File

@@ -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" ]