Add gateway command to Dockerfile

This commit is contained in:
JNSec1199 2026-01-25 22:53:29 -07:00 committed by GitHub
parent de5fb65cb8
commit 796a2e9164
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,4 +32,4 @@ RUN pnpm ui:build
ENV NODE_ENV=production
CMD ["node", "dist/index.js"]
CMD ["node", "dist/index.js", "gateway"]