---
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM node:24.7.0-trixie-slim
|
||||
WORKDIR /usr/src/app
|
||||
COPY . .
|
||||
RUN npm install
|
||||
CMD npm run prisma:deploy && npm run start
|
||||
Reference in New Issue
Block a user