feat(api): changed Dockerfile

This commit is contained in:
Taha Yassine Kraiem 2022-05-04 14:32:17 +02:00
parent 36b466665c
commit 47be240dfb

View file

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