Docker Functionality added
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
ledger.db
|
||||
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM python:3
|
||||
|
||||
RUN pip install discord
|
||||
|
||||
WORKDIR /usr/app/src
|
||||
|
||||
COPY Acronymbot.py ./
|
||||
COPY BlackJack.py ./
|
||||
COPY Ledger.py ./
|
||||
|
||||
CMD [ "python", "./Acronymbot.py" ]
|
||||
Binary file not shown.
Binary file not shown.
0
requirements.txt
Normal file
0
requirements.txt
Normal file
Reference in New Issue
Block a user