Skip to content

Commit cb9b645

Browse files
committed
Add exec.ps1 script to build and run Docker image on Windows
1 parent 4754ff5 commit cb9b645

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

01-Login/exec.ps1

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)