Refactor environment variable handling in frontend setup
This commit is contained in:
@@ -13,9 +13,6 @@ RUN npm ci
|
||||
# Copy entire project
|
||||
COPY . .
|
||||
|
||||
# Create a .env file before build
|
||||
RUN echo "NEXT_PUBLIC_HCAPTCHA_SITE_KEY=$HCAPTCHA_SITE_KEY" > .env
|
||||
|
||||
# Build the Next.js app
|
||||
RUN npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user