Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Irha1520 authored Nov 8, 2023
1 parent b204346 commit f52305d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ In the project directory, you can run:
### `Running Docker`
In the top level run

`docker build -t lp-toolkit:v1 .`
`docker build -t lp-toolkit/frontend:v1 .`

`docker run -p 3000:3000 --rm lp-toolkit:v1`
`docker run -p 3000:3000 --rm lp-toolkit/frontend:v1`

To stop running the container

`docker stop lp-toolkit:v1`
`docker stop lp-toolkit/frontend:v1`


### `npm start`
Expand Down

0 comments on commit f52305d

Please sign in to comment.