Skip to content
Snippets Groups Projects
Commit cc9b1cce authored by Eric Boittier's avatar Eric Boittier
Browse files

[add] Dockerfile

parent 0db28afa
No related branches found
No related tags found
No related merge requests found
Pipeline #14901 passed
...@@ -2,9 +2,13 @@ FROM python:3.8-slim-buster ...@@ -2,9 +2,13 @@ FROM python:3.8-slim-buster
MAINTAINER EricBoittier MAINTAINER EricBoittier
ENV PATH=$PATH:/usr/games/ ENV PATH=$PATH:/usr/
COPY . . COPY . .
RUN pip install -e .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment