mirror of
https://github.com/ZeroCatDev/ClassworksKV.git
synced 2025-07-01 20:09:23 +00:00
1
This commit is contained in:
parent
6cca2de64f
commit
24f64553fe
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user