change dockerfile

This commit is contained in:
cdietrich 2022-02-18 09:56:47 +01:00
parent 03274d4372
commit b7ca7cb447

View File

@ -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