Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric committed Apr 28, 2023
1 parent e4caa61 commit 6524c16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Host your own live version of Midjourney UI with Vercel.
```bash
docker run --env-file .env -p 3000:3000 erictik/midjourney-ui
```
# or
or
```bash
docker run -e SALAI_TOKEN=xxxxxxxx -e SERVER_ID=xxxxxxxx -e CHANNEL_ID=xxxxxxxx -p 3000:3000 erictik/midjourney-ui
```
Expand All @@ -39,7 +39,7 @@ cd midjourney-ui
```bash
npm install
```
# or
or
```bash
yarn
```
Expand All @@ -53,7 +53,7 @@ export CHANNEL_ID=xxxxxxxx
```bash
npm run dev
```
# or
or
```bash
yarn dev
```
Expand Down

2 comments on commit 6524c16

@vercel
Copy link

@vercel vercel bot commented on 6524c16 Apr 28, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

midjourney-ui – ./

midjourney-ui.vercel.app
midjourney-ui-erictik.vercel.app
midjourney-ui-git-main-erictik.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 6524c16 Apr 28, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

midjourney-ui-dqo3 – ./

midjourney-ui-dqo3-git-main-erictik.vercel.app
midjourney-ui-dqo3-erictik.vercel.app
midjourney-ui-dqo3.vercel.app

Please sign in to comment.