I am generating a container for my application with the following dockerfile
FROM django
ADD ./cryptoassistant /cryptoassistant
WORKDIR /cryptoassistant
RUN ["chmod", "+x", "/cryptoassistant/manage.py"]
RUN ["pip", "install", "--upgrade"...
asked by
21.08.2018 / 19:21