feat(api): changed Dockerfile

This commit is contained in:
Taha Yassine Kraiem 2022-05-04 14:36:52 +02:00
parent 9af6fc004b
commit 9c5d96e35c

View file

@ -20,7 +20,7 @@ RUN apt update && apt install -y curl && \
WORKDIR /work_tmp
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt
COPY sourcemap-reader/*.json .
COPY sourcemap-reader/*.json ./
RUN npm install
WORKDIR /work