Move auth storage to database

This commit is contained in:
2025-03-29 19:05:02 +01:00
7 changed files with 53 additions and 13 deletions

View File

@@ -17,7 +17,6 @@ COPY . .
FROM base AS release
COPY --from=install /temp/prod/node_modules node_modules
COPY --from=prerelease /app/src ./src
COPY --from=prerelease /app/auth.json .
COPY --from=prerelease /app/package.json .
CMD [ "bun", "." ]