mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-06 21:30:21 +03:00
typo
This commit is contained in:
parent
aa36b84df1
commit
6916606c6d
|
@ -1,7 +1,7 @@
|
|||
# To run:
|
||||
# docker build -t redoc .
|
||||
# docker run -it --rm -p 8080:8080 -e API_URL='http://localhost:8000/swagger.yaml' redoc
|
||||
# Ensure http://localhost:8000/swagger.yaml is served with cors. A good solutino is:
|
||||
# Ensure http://localhost:8000/swagger.yaml is served with cors. A good solution is:
|
||||
# npm i -g http-server
|
||||
# http-server -p 8000 --cors
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user