Skip to content

Commit 16a7d23

Browse files
committed
improve docker documentation
1 parent f7ea602 commit 16a7d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# to Build the Docker image from root folder execute
2-
# docker build -t mrin9/rapidoc -f ./docker/Dockerfile .
2+
# docker build -t mrin9/rapidoc:v9.1.4 -f ./docker/Dockerfile .
33

44
# Run the Docker image (view a spec thats hosted on a web-server)
55
# docker run -it --rm -p 80:80 -e SPEC_URL="http://petstore.swagger.io/v2/swagger.json" mrin9/rapidoc

0 commit comments

Comments
 (0)