From cc9b1cce58a68d2e8a3b20e5b32f8d5956ea0b86 Mon Sep 17 00:00:00 2001 From: Eric Boittier <ericdavid.boittier@unibas.ch> Date: Mon, 12 Dec 2022 15:47:40 +0100 Subject: [PATCH] [add] Dockerfile --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e71e517..a743430 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,9 +2,13 @@ FROM python:3.8-slim-buster MAINTAINER EricBoittier -ENV PATH=$PATH:/usr/games/ +ENV PATH=$PATH:/usr/ COPY . . +RUN pip install -e . + + + -- GitLab