Skip to content

Commit

Permalink
Remove unnecessary env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinkipruto committed Sep 15, 2023
1 parent c38b8d4 commit 060cc6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile.charterafrica
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ ARG NEXT_TELEMETRY_DISABLED=1 \
# When building Next.js, point to the local Payload instance
PAYLOAD_PUBLIC_APP_URL=http://localhost:3000 \
PAYLOAD_SECRET_KEY
ENV NEXT_PUBLIC_APP_URL=${NEXT_PUBLIC_APP_URL}
RUN pnpm build-next --filter=charterafrica

# Needed by Payload at Payload build time
Expand Down

0 comments on commit 060cc6d

Please sign in to comment.