first public commit
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM arm32v6/python:3.6.4-alpine3.7
|
||||
COPY . /code
|
||||
WORKDIR /code
|
||||
RUN pip install -Ur requirements.txt
|
||||
CMD [ "python3", "bot.py" ]
|
Reference in New Issue
Block a user