fix: dockerfile copy error
This commit is contained in:
parent
88811fbcd2
commit
a732c24bd2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
FROM --platform=linux/amd64 node:19-buster-slim as build
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json package-lock.json .
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm i
|
||||
|
||||
COPY src/ src/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue