Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 69bf5ccb authored by TADJO TAKIANPI Yves Constantin's avatar TADJO TAKIANPI Yves Constantin
Browse files

Update Dockerfile

parent e3bf8b57
No related branches found
No related tags found
1 merge request!68Ag grid
......@@ -36,7 +36,7 @@ WORKDIR /usr/src/app
RUN pip install --upgrade pip
COPY ./app/requirements.txt /usr/src/app/requirements.txt
RUN pip install -U -r requirements.txt --no-cache-dir
RUN pip install -U -r requirements.txt
COPY ./app/entrypoint.sh /usr/src/app/entrypoint.sh
COPY ./app /usr/src/app/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment