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