feat(api): changed Dockerfile
This commit is contained in:
parent
47be240dfb
commit
8d5cf84d90
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