We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ebf2f commit 7b97319Copy full SHA for 7b97319
1 file changed
00-Starter-Seed/exec.ps1
@@ -1,2 +1,2 @@
1
-docker build -t auth0-django-01-login .
2
-docker run --env-file .env -p 8000:8000 -it auth0-django-01-login
+docker build -t auth0-python-api .
+docker run --env-file .env -p 3001:3001 -it auth0-python-api
0 commit comments