Skip to content

Commit

Permalink
[Docs]: Fix frontend build instructions (#1849)
Browse files Browse the repository at this point in the history
The previous version failed if
`../src/dstack/_internal/server/statics` didn't exist
  • Loading branch information
jvstme authored Oct 16, 2024
1 parent 8152644 commit 171ecc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing/FRONTEND.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npm run build
Copy the contents of the `frontend/build` directory to the backend directory (`src/dstack/_internal/server/statics`):

```shell
cp -r build/** ../src/dstack/_internal/server/statics
cp -r build/ ../src/dstack/_internal/server/statics/
```

### 4. Run the dstack server
Expand Down

0 comments on commit 171ecc3

Please sign in to comment.