We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ea602 commit 16a7d23Copy full SHA for 16a7d23
docker/Dockerfile
@@ -1,5 +1,5 @@
1
# to Build the Docker image from root folder execute
2
-# docker build -t mrin9/rapidoc -f ./docker/Dockerfile .
+# docker build -t mrin9/rapidoc:v9.1.4 -f ./docker/Dockerfile .
3
4
# Run the Docker image (view a spec thats hosted on a web-server)
5
# docker run -it --rm -p 80:80 -e SPEC_URL="http://petstore.swagger.io/v2/swagger.json" mrin9/rapidoc
0 commit comments