Skip to content
Snippets Groups Projects
Commit 303987b8 authored by PICHOU Kyâne's avatar PICHOU Kyâne Committed by PICHOU Kyâne
Browse files

Add a folder to stats-page to collect statics

parent 68192ac9
Branches
No related tags found
1 merge request!5CheckMK stable image
...@@ -14,7 +14,7 @@ RUN apt-get update \ ...@@ -14,7 +14,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN pip install --upgrade pip RUN pip install --upgrade pip
RUN mkdir /code RUN mkdir /code && mkdir /statics
WORKDIR /code WORKDIR /code
ADD requirements.txt /code/ ADD requirements.txt /code/
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment