fix: basePath=/mobile, Traefik health check, DB perms, demo email fix, login UI text bump
This commit is contained in:
+1
-1
@@ -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,6 +2,8 @@ import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: "standalone",
|
||||
basePath: "/mobile",
|
||||
assetPrefix: "/mobile",
|
||||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
|
||||
@@ -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:{" "}
|
||||
|
||||
Reference in New Issue
Block a user