mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
fix: 💚 Remove --frozen-lockfile during CI, as the build and dev Bun version differ and cause issues
This commit is contained in:
parent
fbe0e35587
commit
f5a0f52b93
|
|
@ -11,7 +11,7 @@ FROM base AS install
|
||||||
RUN mkdir -p /temp
|
RUN mkdir -p /temp
|
||||||
COPY . /temp
|
COPY . /temp
|
||||||
WORKDIR /temp
|
WORKDIR /temp
|
||||||
RUN bun install --frozen-lockfile --production
|
RUN bun install --production
|
||||||
|
|
||||||
FROM base as build
|
FROM base as build
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue