From ca365c66f8f375e63dcace9f88537cab294c2389 Mon Sep 17 00:00:00 2001 From: Julius Unverfehrt Date: Wed, 2 Mar 2022 11:37:39 +0100 Subject: [PATCH] Quickfix Dockerfile --- Dockerfile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8d6716b..b1a55eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,16 +17,7 @@ COPY . . RUN python3 -m pip install -r requirements.txt RUN python3 -m pip install -e . -RUN echo "1111111111111111111111111111111111111111111111" -RUN ls -RUN echo "2222222222222222222222222222222222222222222222" -RUN ls incl -RUN echo "2222222222222222222222222222222222222222222222" -RUN ls incl/redai_image -RUN echo "2222222222222222222222222222222222222222222222" -RUN ls incl/redai_image/redai -RUN echo "2222222222222222222222222222222222222222222222" -RUN python3 -m pip install -e /app/service/incl/redai_image/redai +RUN python3 -m pip install -e incl/redai_image/redai EXPOSE 5000 EXPOSE 8080