fix: add openssl to dockerfile
Some checks failed
Deploy / lint-build-deploy (push) Failing after 1m1s
Some checks failed
Deploy / lint-build-deploy (push) Failing after 1m1s
This commit is contained in:
@@ -10,6 +10,8 @@ RUN npm run build
|
|||||||
|
|
||||||
FROM node:20-alpine
|
FROM node:20-alpine
|
||||||
|
|
||||||
|
RUN apk add --no-cache openssl
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
|||||||
Reference in New Issue
Block a user