From 24f64553feedf40fc19a186000f758b0e173c8f2 Mon Sep 17 00:00:00 2001 From: SunWuyuan Date: Sun, 23 Feb 2025 14:55:50 +0800 Subject: [PATCH] 1 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5531bb7..3915299 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ -FROM node:20-alpine3.16 +FROM node:alpine LABEL author=wuyuan +RUN apk add --no-cache openssl COPY . / RUN npm install EXPOSE 3000