diff --git a/Dockerfile b/Dockerfile index 14dc549..4b23d2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]