Skip to content

Commit

Permalink
fix main build (#31)
Browse files Browse the repository at this point in the history
* fix main build
  • Loading branch information
GailMelanie authored Dec 10, 2024
1 parent 04b4c7c commit 764d3a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM base AS deps
WORKDIR /app
COPY package*.json yarn.lock* ./
RUN yarn install --frozen-lockfile --production
RUN apk update && apk add --no-cache openssl

# Next.js collects completely anonymous telemetry data about general usage. Learn more here: https://nextjs.org/telemetry
# Comment the following line to enable telemetry at run time
Expand Down

0 comments on commit 764d3a4

Please sign in to comment.