refactor: standardize README deployment instructions across examples

This commit is contained in:
Mauricio Siu
2025-02-23 19:33:33 -06:00
parent 60bc155ce6
commit f116faa9ff
11 changed files with 1386 additions and 1216 deletions

View File

@@ -7,19 +7,15 @@ This repository contains an example of vuejs application that is deployed on Dok
- Repository: `https://github.com/Dokploy/examples.git`
- Branch: `main`
- Build path: `/vite`
- Publish Directory: `./dist` (Nixpacks)
2. **Add Environment Variables**:
- Navigate to the "Environments" tab and add the following variable:
```plaintext
NIXPACKS_START_CMD="pnpm run preview"
```
3. **Click on Deploy**:
2. **Click on Deploy**:
- Deploy your application by clicking the deploy button.
4. **Generate a Domain**:
3. **Generate a Domain**:
- Click on generate domain button.
- A new domain will be generated for you.
- Set Port `80`
- You can use this domain to access your application.