diff --git a/api/Dockerfile b/api/Dockerfile index 000576611..20d9f649a 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -17,9 +17,9 @@ RUN apt update && apt install -y curl && \ apt remove --purge -y curl && \ rm -rf /var/lib/apt/lists/* \ +WORKDIR /work_tmp COPY requirements.txt requirements.txt RUN pip install -r requirements.txt -WORKDIR /work_tmp COPY sourcemap-reader/*.json . RUN npm install