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
|
||||
|
||||
Reference in New Issue
Block a user