mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Revert a Dockerfile line
This commit is contained in:
parent
077d686d19
commit
e59f82fa16
1 changed files with 1 additions and 3 deletions
|
|
@ -8,9 +8,7 @@ FROM base AS install
|
|||
|
||||
# Install with --production (exclude devDependencies)
|
||||
RUN mkdir -p /temp
|
||||
COPY package.json /temp
|
||||
COPY bun.lockb /temp
|
||||
COPY packages /temp
|
||||
COPY . /temp
|
||||
WORKDIR /temp
|
||||
RUN bun install --frozen-lockfile
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue