Skip to content

Commit fdbd7e4

Browse files
committed
upgraded prisma
1 parent 9b4eafc commit fdbd7e4

File tree

3 files changed

+131
-1158
lines changed

3 files changed

+131
-1158
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ USER node
5656

5757
FROM node:18-alpine As production
5858

59-
RUN apk add --no-cache openssl
6059
# Copy the bundled code from the build stage to the production image
6160
COPY --chown=node:node --from=build /usr/src/app/node_modules ./node_modules
6261
COPY --chown=node:node --from=build /usr/src/app/dist ./dist

0 commit comments

Comments
 (0)