Skip to content
This repository was archived by the owner on Dec 2, 2023. It is now read-only.

Commit d44ef77

Browse files
committed
docs: update README
1 parent 27342cd commit d44ef77

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,7 @@ yarn run esbuild ./src/index.ts
2727

2828
```shell
2929
docker build -t docbase-url-expander .
30-
docker run --env-file .env -p 3000:3000 --rm docbase-url-expander
31-
```
32-
33-
### ngrok
34-
35-
```shell
36-
ngrok http 3000
30+
docker run --env-file .env --init --rm docbase-url-expander
3731
```
3832

3933
## License

0 commit comments

Comments
 (0)