Skip to content

Commit

Permalink
fix: add libc6-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Ellison committed Nov 20, 2023
1 parent e173ca3 commit 7e0bed7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ ENV NEXT_TELEMETRY_DISABLED 1
RUN npm run build

FROM node:18.18-alpine AS runner
RUN apk add --no-cache libc6-compat

WORKDIR /app

ENV NODE_ENV production
Expand Down

0 comments on commit 7e0bed7

Please sign in to comment.