We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77bed98 commit ce449c4Copy full SHA for ce449c4
trademan/Dockerfile
@@ -3,5 +3,6 @@ ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1
3
WORKDIR /base
4
# RUN apt-get update && apt-get -y install gcc
5
COPY . .
6
-RUN pip install --no-cache-dir -r requirements.txt
+RUN pip install --no-cache-dir setuptools && \
7
+ pip install --no-cache-dir -r requirements.txt
8
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
0 commit comments