feat(api): changed Dockerfile
This commit is contained in:
parent
36b466665c
commit
47be240dfb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue