mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
Revert a Dockerfile line
This commit is contained in:
parent
077d686d19
commit
e59f82fa16
|
|
@ -8,9 +8,7 @@ FROM base AS install
|
||||||
|
|
||||||
# Install with --production (exclude devDependencies)
|
# Install with --production (exclude devDependencies)
|
||||||
RUN mkdir -p /temp
|
RUN mkdir -p /temp
|
||||||
COPY package.json /temp
|
COPY . /temp
|
||||||
COPY bun.lockb /temp
|
|
||||||
COPY packages /temp
|
|
||||||
WORKDIR /temp
|
WORKDIR /temp
|
||||||
RUN bun install --frozen-lockfile
|
RUN bun install --frozen-lockfile
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue