mirror of
https://github.com/SrIzan10/echospace.git
synced 2026-06-05 16:46:49 +00:00
fix: install openssl
This commit is contained in:
@@ -31,6 +31,7 @@ COPY --from=builder /app/.next ./.next
|
||||
COPY --from=builder /app/prisma ./prisma
|
||||
|
||||
# Install production dependencies only
|
||||
RUN apk add --no-cache openssl
|
||||
RUN yarn install --frozen-lockfile --production && \
|
||||
yarn cache clean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user