We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4755004 commit d05b2c1Copy full SHA for d05b2c1
1 file changed
Dockerfile.prod
@@ -1,6 +1,8 @@
1
FROM node:20-alpine
2
ARG DATABASE_URL
3
4
+RUN apk update && apk add --no-cache openssl
5
+
6
WORKDIR /usr/src/app
7
8
COPY . .
0 commit comments