fix publish?
Took 2 minutes
This commit is contained in:
parent
72e624dfd1
commit
d5cb54030c
@ -12,7 +12,7 @@ RUN bun install --frozen-lockfile --quiet
|
|||||||
FROM base AS builder
|
FROM base AS builder
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
COPY --from=depends /usr/src/app/node_modules ./node_modules
|
COPY --from=depends /usr/src/app/node_modules ./node_modules
|
||||||
COPY --from=depends /usr/src/app/config.json.example ./config.json
|
COPY config.json.example ./config.json
|
||||||
COPY . .
|
COPY . .
|
||||||
ENV NEXT_TELEMETRY_DISABLED 1
|
ENV NEXT_TELEMETRY_DISABLED 1
|
||||||
RUN bun run build
|
RUN bun run build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user