Skip to content
Snippets Groups Projects
Commit 1c124d95 authored by PICHOU Kyâne's avatar PICHOU Kyâne
Browse files

Add a folder to stats-page to collect statics

parent b7815982
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*
RUN pip install --upgrade pip
RUN mkdir /code
RUN mkdir /code && mkdir /statics
WORKDIR /code
ADD requirements.txt /code/
RUN pip install -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment