test
Some checks failed
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Failing after 17s

Took 30 seconds
This commit is contained in:
Braydon 2024-10-09 17:01:27 -04:00
parent 24d6eb52f6
commit a7da175499

View File

@ -14,7 +14,6 @@ WORKDIR /usr/src/app
COPY --from=depends /usr/src/app/node_modules ./node_modules
COPY . .
ENV NEXT_TELEMETRY_DISABLED 1
RUN --mount=type=bind,target=/config,from=docs cp /config/config.json ./config.json
RUN bun run build