diff --git a/Dockerfile b/Dockerfile index 7512e062..d35cc5c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,3 @@ FROM rosti/python:3.6 -COPY ./requirements.txt /srv/app/ WORKDIR /srv/app/ -ENV VIRTUAL_ENV = /srv/venv -RUN /opt/python/bin/pip install -r /srv/app/requirements.txt COPY . . -CMD ["init.sh"]