Skip to content

Commit bd5108d

Browse files
committed
updated
1 parent 37e6018 commit bd5108d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup/entrypoint.bash

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,7 @@ sudo -u $USR docker compose -f docker-compose.yml up --build -d
136136

137137

138138
# --- 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-
139+
source ./env/.server.env
142140
echo "Cursion should be up and running in a few minutes!"
143141
echo "Access the Client App here -> ${CLIENT_URL_ROOT}/login"
144142
echo "Access the Server Admin Dashboard here -> ${API_URL_ROOT}/admin"

0 commit comments

Comments
 (0)