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:19 +08:00
parent 8c77c3aceb
commit 6cca2de64f
No known key found for this signature in database
GPG Key ID: A6A54CF66F56BB64

View File

@ -1,4 +1,4 @@
FROM node:alpine
FROM node:20-alpine3.16
LABEL author=wuyuan
COPY . /
RUN npm install