1
0
mirror of https://github.com/ZeroCatDev/ClassworksKV.git synced 2025-07-01 20:09:23 +00:00
This commit is contained in:
SunWuyuan 2025-02-23 14:55:50 +08:00
parent 6cca2de64f
commit 24f64553fe
No known key found for this signature in database
GPG Key ID: A6A54CF66F56BB64

View File

@ -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