Skip to content

Commit 152121f

Browse files
committed
Update README.md
1 parent e47e4ce commit 152121f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

01-Login/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Register `http://localhost:3000/callback` as `Allowed Callback URLs` and `http:/
1212

1313
Run `pip install -r requirements.txt` to install the dependencies and run `python server.py`. The app will be served at [http://localhost:3000/](http://localhost:3000/).
1414

15-
#Running the App with Docker
15+
# Running the App with Docker
1616

17-
To run the sample, make sure you have `python`, `pip` and `docker` installed.
17+
To run the sample, make sure you have `docker` installed.
1818

1919
Rename `.env.example` to `.env` and populate it with the client ID, domain, secret, callback URL and audience for your Auth0 app. If you are not implementing any API you can use `https://YOUR_DOMAIN.auth0.com/userinfo` as the audience. Also, add the callback URL to the settings section of your Auth0 client.
2020

2121
Register `http://localhost:3000/callback` as `Allowed Callback URLs` and `http://localhost:3000` as `Allowed Logout URLs` in your app settings.
2222

23-
Run `docker build -t auth0-python-web-01-login .` to build the docker image and run `docker run --env-file .env -p 3000:3000 -it auth0-python-web-01-login` to run the docker image.
23+
Run `sh exec.sh` to build and run the docker image in Linux or run `.\exec.ps1` to build and run the docker image on Windows.
2424

2525
## What is Auth0?
2626

0 commit comments

Comments
 (0)