mirror of
https://github.com/SrIzan10/echospace.git
synced 2026-06-06 00:56:54 +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
|
COPY --from=builder /app/prisma ./prisma
|
||||||
|
|
||||||
# Install production dependencies only
|
# Install production dependencies only
|
||||||
|
RUN apk add --no-cache openssl
|
||||||
RUN yarn install --frozen-lockfile --production && \
|
RUN yarn install --frozen-lockfile --production && \
|
||||||
yarn cache clean
|
yarn cache clean
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user