feat(file/topic): Добавлен файл деплоя для Gitea с CI/CD [Russian]

This commit is contained in:
Oscar
2026-05-27 20:38:51 +03:00
parent 4761214ec1
commit 20a5f506da
3 changed files with 54 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ RUN yarn prisma generate && yarn build
FROM node:22-slim AS runner
WORKDIR /app
RUN yarn prisma migrate deploy
RUN corepack enable