fix: basePath=/mobile, Traefik health check, DB perms, demo email fix, login UI text bump

This commit is contained in:
root
2026-06-15 11:32:14 +02:00
parent 8f0ff9d47a
commit 15300d3e42
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ COPY public ./public
COPY prisma ./prisma
COPY node_modules/.prisma ./node_modules/.prisma
RUN rm -f .env && mkdir -p /app/data && chown -R nextjs:nodejs /app
RUN rm -f .env && mkdir -p /app/data && chown -R nextjs:nodejs /app /app/prisma/dev.db
USER nextjs
EXPOSE 3000
+2
View File
@@ -2,6 +2,8 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
basePath: "/mobile",
assetPrefix: "/mobile",
typescript: {
ignoreBuildErrors: true,
},
+1 -1
View File
@@ -138,7 +138,7 @@ export default function LoginPage() {
</p>
<p className="text-xs text-gray-500">
Email:{" "}
<span className="text-gray-300 font-mono">demo@falah.app</span>
<span className="text-gray-300 font-mono">demo@falahos.my</span>
</p>
<p className="text-xs text-gray-500">
Password:{" "}