feat(api): changed Dockerfile

This commit is contained in:
Taha Yassine Kraiem 2022-05-04 14:36:52 +02:00
parent 47be240dfb
commit 8d5cf84d90

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