We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e6018 commit bd5108dCopy full SHA for bd5108d
setup/entrypoint.bash
@@ -136,9 +136,7 @@ sudo -u $USR docker compose -f docker-compose.yml up --build -d
136
137
138
# --- 5. Display access directions --- #
139
-# Load environment variables from .env
140
-export $(grep -E '^[A-Za-z_][A-Za-z0-9_]*=' ./env/.server.env | xargs)
141
-
+source ./env/.server.env
142
echo "Cursion should be up and running in a few minutes!"
143
echo "Access the Client App here -> ${CLIENT_URL_ROOT}/login"
144
echo "Access the Server Admin Dashboard here -> ${API_URL_ROOT}/admin"
0 commit comments