Skip to content

Commit

Permalink
add Deploy to Netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric committed Jun 5, 2023
1 parent 7dbd136 commit bfc944d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@ See a screenshot of the UI
Host your own live version of Midjourney UI with Vercel.

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Ferictik%2Fmidjourney-ui)
### Netlify
Netlify can use ws

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/erictik/midjourney-ui)

#### Docker

```bash
docker run --env-file .env -p 3000:3000 erictik/midjourney-ui
```

or

```bash
docker run -e SALAI_TOKEN=xxxxxxxx -e SERVER_ID=xxxxxxxx -e CHANNEL_ID=xxxxxxxx -p 3000:3000 erictik/midjourney-ui
```
Expand Down

1 comment on commit bfc944d

@vercel
Copy link

@vercel vercel bot commented on bfc944d Jun 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.