Skip to content

Commit 54f7153

Browse files
committed
updating docker instructions in readme
1 parent f417684 commit 54f7153

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,13 @@ For a list of code examples that use the Web Forms API, see the [How-to guides o
108108
1. Open a browser to http://localhost:3000
109109

110110
### Installation steps with docker
111+
112+
**Note**: Running the launcher with docker will use Python 3.11
113+
114+
1. Open the Docker application
111115
1. `docker image build -t docusign .`
112116
1. `docker run --name docusign_python -p 3000:3000 -d docusign`
117+
1. Open a browser to http://localhost:3000
113118

114119
### Installation steps for JWT Grant authentication
115120

0 commit comments

Comments
 (0)