Skip to content

Commit

Permalink
chore(CI): Fix LegacyKeyValueFormat warning
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixpereira committed Sep 2, 2024
1 parent 3b390a4 commit fa529e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ FROM node:22-bookworm-slim AS runner

ENV PNPM_HOME="/root/.local/share/pnpm"
ENV PATH="${PATH}:${PNPM_HOME}"
ENV NODE_ENV production
ENV NODE_ENV=production
ENV NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
ENV NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/

Expand Down

0 comments on commit fa529e0

Please sign in to comment.