mirror of
https://github.com/kind-0/nsecbunkerd.git
synced 2026-05-03 07:00:11 +00:00
fix: dockerfile copy error
This commit is contained in:
parent
88811fbcd2
commit
a732c24bd2
@ -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…
x
Reference in New Issue
Block a user