Skip to content

Commit f0ebf2f

Browse files
authored
Update exec.sh
Fixed port and image tag
1 parent a622ce8 commit f0ebf2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

00-Starter-Seed/exec.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/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
2+
docker build -t auth0-python-api .
3+
docker run --env-file .env -p 3001:3001 -it auth0-python-api

0 commit comments

Comments
 (0)