Skip to content
Snippets Groups Projects
Commit 57e7ec6d authored by Thomas  MENARD's avatar Thomas MENARD
Browse files

Add Dockerfile, gitlab-ci

parent 421d30af
Branches
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ENV PATH /env/bin:$PATH ...@@ -17,7 +17,7 @@ ENV PATH /env/bin:$PATH
# Install pip dependencies # Install pip dependencies
ADD requirements.txt /app/requirements.txt ADD requirements.txt /app/requirements.txt
RUN /env/bin/pip install --upgrade pip && /env/bin/pip install -r /app/requirements.txt RUN /env/bin/pip install --default-timeout=100 --upgrade pip && /env/bin/pip install -r /app/requirements.txt
# We add the current content of the git repo in the /app directory # We add the current content of the git repo in the /app directory
ADD . /app ADD . /app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment