Update Application.md

هذا الالتزام موجود في:
2025-09-17 16:32:26 +00:00
الأصل 87df6cb17f
التزام 681676f2cc

عرض الملف

@@ -25,9 +25,9 @@ Aliases: app, a
gy resource app --help gy resource app --help
``` ```
## creating an application ## Creating an Application
### step 1: Initialize the Application ### Step 1: Initialize the Application
Run the following command to create a new application: Run the following command to create a new application:
@@ -44,7 +44,7 @@ gy resource app init -p project_id
| -p project_id | specifies the project id | required | | -p project_id | specifies the project id | required |
| -n name | Sets the application name | Optional, defaults to directory name | | -n name | Sets the application name | Optional, defaults to directory name |
### Step 2: deploying from a Dockerfile ### Step 2: Deploying from a Dockerfile
To deploy using a **Dockerfile**, ensure that: To deploy using a **Dockerfile**, ensure that: