mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
More Docker fixes
This commit is contained in:
parent
bfd394c21e
commit
077d686d19
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ FROM base AS install
|
|||
RUN mkdir -p /temp
|
||||
COPY package.json /temp
|
||||
COPY bun.lockb /temp
|
||||
COPY packages /temp
|
||||
WORKDIR /temp
|
||||
RUN bun install --frozen-lockfile
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue