diff --git a/dockerfile b/dockerfile index 82a20d7..2578625 100644 --- a/dockerfile +++ b/dockerfile @@ -12,7 +12,7 @@ COPY . . RUN cd judd && npm ci -RUN pip install --no-cache-dir . +RUN pip install --no-cache-dir . -v RUN touch .env