Add docker env. Remove test folder
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
FROM python:slim
|
FROM python:slim
|
||||||
|
|
||||||
|
ENV DOCKER=1
|
||||||
|
|
||||||
RUN pip install aiohttp
|
RUN pip install aiohttp
|
||||||
|
|
||||||
|
|
||||||
COPY src /src
|
COPY src /src
|
||||||
COPY test /test
|
|
||||||
|
|
||||||
CMD [ "python", "/src/main.py"]
|
CMD [ "python", "/src/main.py"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user