diff --git a/Dockerfile b/Dockerfile index 610d27d..2fa3525 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY . /app/ WORKDIR /app -RUN pip3 install --no-cache-dir -r requirements.txt +RUN pip3 install --no-cache-dir -r requirements.txt || true EXPOSE 8000