diff --git a/Dockerfile b/Dockerfile index 100bc4a..1697e05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get clean WORKDIR /app COPY ./ /app -RUN pip install --no-cache-dir -e . +RUN pip install -e . --no-binary :all: --no-cache-dir EXPOSE 3000