Docker Functionality added
This commit is contained in:
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" ]
|
||||
Reference in New Issue
Block a user