mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
More Docker fixes
This commit is contained in:
parent
bfd394c21e
commit
077d686d19
|
|
@ -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…
Reference in a new issue