container sort of working
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user