Add docker env. Remove test folder

This commit is contained in:
Jimmy 2021-07-26 21:01:09 +12:00
parent 78a6556017
commit 914f1c4fbf
1 changed files with 1 additions and 1 deletions

View File

@ -1,11 +1,11 @@
FROM python:slim
ENV DOCKER=1
RUN pip install aiohttp
COPY src /src
COPY test /test
CMD [ "python", "/src/main.py"]