We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a622ce8 commit f0ebf2fCopy full SHA for f0ebf2f
1 file changed
00-Starter-Seed/exec.sh
@@ -1,3 +1,3 @@
1
#!/usr/bin/env bash
2
-docker build -t auth0-django-01-login .
3
-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