Compare commits

..

1 Commits
0.1.1 ... 0.1.0

Author SHA1 Message Date
Morten Olsen
c3a676ec00 add deployments 2025-07-28 22:55:00 +02:00
2 changed files with 0 additions and 11 deletions

View File

@@ -1,5 +0,0 @@
/node_modules/
/.github/
/.vscode/
/chart/
/.env

View File

@@ -1,6 +0,0 @@
FROM node:23-alpine
RUN corepack enable
COPY package.json pnpm-lock.yaml ./
RUN pnpm install --frozen-lockfile --prod
COPY . .
CMD ["node", "src/index.ts"]