Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stargazer39 authored Aug 13, 2024
1 parent d3bed96 commit 6c3faf2
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,17 @@ FROM node:20-alpine AS base
### Dependencies ###
FROM base AS deps
RUN apk add --no-cache libc6-compat git


# Define build arguments

ARG NEXT_PUBLIC_FIREBASE_API_KEY
ARG NEXT_PUBLIC_AUTH_DOMAIN
ARG NEXT_PUBLIC_PROJECT_ID
ARG NEXT_PUBLIC_STORAGE_BUCKET
ARG NEXT_PUBLIC_MESSAGING_SENDER_ID
ARG NEXT_PUBLIC_APP_ID
ARG NEXT_PUBLIC_MEASUREMENT_ID
ARG NEXT_PUBLIC_FIREBASE_COLLECTION_PREFIX
ARG NEXT_PUBLIC_EMAIL_ENDPOINT

# Setup pnpm environment
ENV PNPM_HOME="/pnpm"
Expand Down

0 comments on commit 6c3faf2

Please sign in to comment.