mirror of
https://github.com/ZeroCatDev/ClassworksKV.git
synced 2025-07-05 06:49:22 +00:00
1
This commit is contained in:
parent
4afbec00cd
commit
b82175288e
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
FROM node:alpine
|
||||||
|
LABEL author=wuyuan
|
||||||
|
COPY . /
|
||||||
|
RUN npm install
|
||||||
|
EXPOSE 3000
|
||||||
|
CMD ["sh", "-c", "npm run prisma && npm run start"]
|
Loading…
x
Reference in New Issue
Block a user