feat: setup CI/CD, add docker compose, and create CRUD dashboard
Deploy API / deploy (push) Failing after 2m12s
Deploy API / deploy (push) Failing after 2m12s
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM node:20-alpine
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
RUN npx prisma generate --schema=schema.prisma
|
||||
EXPOSE 3000
|
||||
CMD ["npx", "tsx", "devV1-Seed/server.ts"]
|
||||
Reference in New Issue
Block a user