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 prisma ./prisma
|
||||||
COPY node_modules/.prisma ./node_modules/.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
|
USER nextjs
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|||||||
@@ -2,6 +2,8 @@ import type { NextConfig } from "next";
|
|||||||
|
|
||||||
const nextConfig: NextConfig = {
|
const nextConfig: NextConfig = {
|
||||||
output: "standalone",
|
output: "standalone",
|
||||||
|
basePath: "/mobile",
|
||||||
|
assetPrefix: "/mobile",
|
||||||
typescript: {
|
typescript: {
|
||||||
ignoreBuildErrors: true,
|
ignoreBuildErrors: true,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -138,7 +138,7 @@ export default function LoginPage() {
|
|||||||
</p>
|
</p>
|
||||||
<p className="text-xs text-gray-500">
|
<p className="text-xs text-gray-500">
|
||||||
Email:{" "}
|
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>
|
||||||
<p className="text-xs text-gray-500">
|
<p className="text-xs text-gray-500">
|
||||||
Password:{" "}
|
Password:{" "}
|
||||||
|
|||||||
Reference in New Issue
Block a user