mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
fix: run projects with --bun
This commit is contained in:
@@ -14,4 +14,4 @@ WORKDIR /app
|
||||
COPY --from=build /build/apis/websocket/dist /app
|
||||
USER 1000:1000
|
||||
|
||||
ENTRYPOINT [ "bun", "run", "index.js" ]
|
||||
ENTRYPOINT [ "bun", "--bun", "run", "index.js" ]
|
||||
|
||||
Reference in New Issue
Block a user