mirror of
https://gitlab.com/qwerinope/qweribot.git
synced 2026-02-04 13:56:57 +01:00
Move auth storage to database
This commit is contained in:
@@ -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", "." ]
|
||||
Reference in New Issue
Block a user