chore: clean dockerfile
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s

This commit is contained in:
Pihkaal
2025-12-21 17:23:24 +01:00
parent cb42b224e4
commit 51e1796434
2 changed files with 2 additions and 4 deletions

View File

@@ -3,5 +3,5 @@ dist
.git
.gitea
.env
*.log
README.md
*.md
example

View File

@@ -11,6 +11,4 @@ COPY . .
RUN pnpm run build
EXPOSE 3000
CMD ["node", "dist/index.js"]