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

Add Dockerfile, gitlab-ci

parent c87c4171
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,6 @@ FROM python:3
RUN apt-get update && apt-get upgrade -y && apt-get install \
-y --no-install-recommends python3
ENV PATH /env/bin:$PATH
# Install pip dependencies
ADD requirements.txt /app/requirements.txt
RUN pip install --default-timeout=100 --upgrade pip && pip install -r /app/requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment