This commit is contained in:
2026-04-09 18:56:59 +01:00
parent 9121fd18b5
commit 42a6846208
11 changed files with 112 additions and 80 deletions
+2
View File
@@ -16,4 +16,6 @@ COPY . /app/.
RUN bun install
ENV NODE_ENV=production
CMD ["bun", "start"]