Skip to content

Commit

Permalink
updating docker instructions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paigesrossi committed Jun 7, 2024
1 parent f417684 commit 54f7153
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,13 @@ For a list of code examples that use the Web Forms API, see the [How-to guides o
1. Open a browser to http://localhost:3000

### Installation steps with docker

**Note**: Running the launcher with docker will use Python 3.11

1. Open the Docker application
1. `docker image build -t docusign .`
1. `docker run --name docusign_python -p 3000:3000 -d docusign`
1. Open a browser to http://localhost:3000

### Installation steps for JWT Grant authentication

Expand Down

0 comments on commit 54f7153

Please sign in to comment.