Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryVerkhoturov authored Apr 1, 2024
1 parent f730bfa commit 9c0fb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:18-alpine AS base
##### DEPENDENCIES

FROM base AS deps
RUN apk add --no-cache libc6-compat openssl1.1-compat
RUN apk update && apk add --no-cache libc6-compat openssl1.1-compat
WORKDIR /app

# Install Prisma Client - remove if not using Prisma
Expand Down

0 comments on commit 9c0fb1f

Please sign in to comment.