Skip to content

Commit

Permalink
😭
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelcmtd committed Feb 3, 2024
1 parent a494b64 commit 5503a1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:lts-alpine
ENV NODE_ENV production
ENV SUPABASE_URL
ENV SUPABASE_ANON_KEY
env HCAPTCHA_SITEKEY
ENV NODE_ENV=production
ENV SUPABASE_URL=
ENV SUPABASE_ANON_KEY=
env HCAPTCHA_SITEKEY=
WORKDIR /usr/src/app

# requires buildx/buildkit, which not everything has *yet*
Expand Down

0 comments on commit 5503a1e

Please sign in to comment.