Skip to content

Commit 4754ff5

Browse files
committed
Add exec.sh script to build and run Docker image on Linux
1 parent 11ab6f4 commit 4754ff5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

01-Login/exec.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
docker build -t auth0-python-web-01-login .
2+
docker run --env-file .env -p 3000:3000 -it auth0-python-web-01-login

0 commit comments

Comments
 (0)