Production fix

This commit is contained in:
Olusesan Ameye
2025-07-16 04:13:58 +00:00
parent c5bce223d5
commit dbf68b8a9d
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
APP_PORT=8091 APP_PORT=8091
ESLINT_NO_DEV_ERRORS=true ESLINT_NO_DEV_ERRORS=true
PANEL_URL=https://dev-panel.mermsemr.com PANEL_URL=https://panel.mermsemr.com
# auth routes # auth routes
NEXT_PUBLIC_LOGIN_URL=https://dev-panel.mermsemr.com NEXT_PUBLIC_LOGIN_URL=https://panel.mermsemr.com
NEXT_PUBLIC_SIGNUP_URL=https://dev-panel.mermsemr.com/auth/signup NEXT_PUBLIC_SIGNUP_URL=https://panel.mermsemr.com/auth/signup
# social links # social links
NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/ NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/
+2 -2
View File
@@ -26,9 +26,9 @@ NODE_ENV=test npm run dev
Docker: Docker:
``` ```
NODE_ENV= docker compose --env-file .env up -d NODE_ENV=live docker compose --env-file .env up -d
``` ```
Direct: Direct:
``` ```
NODE_ENV= npm run dev NODE_ENV=live npm run dev
``` ```
+1 -1
View File
@@ -21,6 +21,6 @@ services:
tty: true tty: true
stdin_open: true stdin_open: true
environment: environment:
- NODE_ENV=${NODE_ENV:-test} - NODE_ENV=${NODE_ENV:-live}
volumes: volumes:
src: src: