diff --git a/Dockerfile b/Dockerfile index db6055b..d2f70a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,9 +11,9 @@ COPY ./fb_detr ./fb_detr RUN python3 -m pip install -e . -#WORKDIR /app/service/incl/detr -#RUN python3 -m pip install -e . -#WORKDIR /app/service +WORKDIR /app/service/incl/detr +RUN python3 -m pip install -e . +WORKDIR /app/service EXPOSE 5000 EXPOSE 8080