Skip to content

Commit

Permalink
rename docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
alaister committed Oct 25, 2024
1 parent d993ab0 commit bdad55c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ FROM base AS builder

WORKDIR /app

ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED=1

COPY --from=deps /app/node_modules ./node_modules
COPY . .
RUN --mount=type=secret,id=SUPABASE_SERVICE_KEY,env=SUPABASE_SERVICE_KEY \
Expand Down
File renamed without changes.

0 comments on commit bdad55c

Please sign in to comment.