mirror of
https://github.com/Dokploy/examples
synced 2025-06-26 18:15:52 +00:00
docs: fixed typo and changed npm to pnpm
This commit is contained in:
parent
7ec8df6307
commit
ca55afc0da
@ -42,10 +42,10 @@ All examples assume you use `Nixpacks` as the build type.
|
|||||||
- Navigate to the "Environments" tab and add the following variable:
|
- Navigate to the "Environments" tab and add the following variable:
|
||||||
|
|
||||||
```plaintext
|
```plaintext
|
||||||
NIXPACKS_BUILD_CMD="npm run generate"
|
NIXPACKS_BUILD_CMD="pnpm run generate"
|
||||||
```
|
```
|
||||||
|
|
||||||
3. **Set the publish publish directory**:
|
3. **Set the publish directory**:
|
||||||
|
|
||||||
- Ensure you set it to `dist/`. Note that there is no dot before `dist`!
|
- Ensure you set it to `dist/`. Note that there is no dot before `dist`!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user