Add Japanese (ja-JP) language support to the frontend

This commit is contained in:
sanbungi
2026-07-29 18:10:46 +09:00
parent 45c491279b
commit de505a1fba
+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"]