💚 Dockerfile
continuous-integration/drone/push Build is failing Details

pull/3/head
Hugo LIVET 1 year ago
parent 8084c1c84b
commit 7bca246f69

@ -4,7 +4,7 @@ EXPOSE 8000
WORKDIR /app
COPY . /app
RUN pip install --upgrade pip
RUN pip install -r /app/requirements.txt
ENTRYPOINT ["python3", "manage.py", "runserver", "0.0.0.0:8000"]
Loading…
Cancel
Save