chore: add missing information

This commit is contained in:
Mauricio Siu
2024-06-30 19:29:32 -06:00
parent ac24832ee7
commit ec00efe05c
2 changed files with 10 additions and 4 deletions

View File

@@ -8,10 +8,10 @@ This repository contains an example of remix application that is deployed on Dok
- Branch: `main`
- Build path: `/remix-simple`
4. **Click on Deploy**:
2. **Click on Deploy**:
- Deploy your application by clicking the deploy button.
5. **Generate a Domain**:
3. **Generate a Domain**:
- Click on generate domain button.
- A new domain will be generated for you.
- You can use this domain to access your application.

View File

@@ -8,10 +8,16 @@ This repository contains an example of vuejs application that is deployed on Dok
- Branch: `main`
- Build path: `/vuejs-simple`
4. **Click on Deploy**:
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**:
- Deploy your application by clicking the deploy button.
5. **Generate a Domain**:
4. **Generate a Domain**:
- Click on generate domain button.
- A new domain will be generated for you.
- You can use this domain to access your application.