synch correction and db update

This commit is contained in:
Stan
2026-04-26 16:00:43 +02:00
parent c10e259ae8
commit bfd812747e
18 changed files with 3934 additions and 767 deletions
+1
View File
@@ -23,6 +23,7 @@ tasks:
FROM oven/bun:1
WORKDIR /app
COPY . /app
RUN bun install --frozen-lockfile
USER bun
EXPOSE 3000
ENTRYPOINT ["bun", "./src/server.js"]