mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
Fix docker build
This commit is contained in:
parent
dc17cffd75
commit
bfd394c21e
4 changed files with 4 additions and 39 deletions
|
|
@ -8,7 +8,8 @@ FROM base AS install
|
|||
|
||||
# Install with --production (exclude devDependencies)
|
||||
RUN mkdir -p /temp
|
||||
COPY . /temp
|
||||
COPY package.json /temp
|
||||
COPY bun.lockb /temp
|
||||
WORKDIR /temp
|
||||
RUN bun install --frozen-lockfile
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue