Merge pull request #2442 from sanbungi/master
Run build / build (push) Canceled after 0s
Run formatter / check-code-formatting (push) Canceled after 0s
Run lint / run-lint (push) Canceled after 0s
Build and push the edge image / run-pre-checks (push) Canceled after 0s
Build and push the edge image / build-publish-docker-hub (push) Canceled after 0s

Add Japanese (ja-JP) language support to the frontend
This commit is contained in:
Kasra Bigdeli
2026-07-29 08:29:00 -07:00
committed by GitHub
+1 -1
View File
@@ -22,4 +22,4 @@ ENV NODE_ENV production
ENV PORT 3000
EXPOSE 3000
CMD ["node" , "./built/server.js"]
CMD ["node", "./built/server.js"]