redeploy
All checks were successful
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Successful in 55s

This commit is contained in:
Braydon 2024-09-18 00:47:03 -04:00
parent df4b068d88
commit ebefe705f4

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