@@ -4,6 +4,7 @@ if [ ! -f ".env" ]; then
cp env.example .env
fi
+source .env
echo "port: $PORT"
echo "SOCKET_PORT: $SOCKET_PORT"