graphql-engine/community/examples/todo-auth0-jwt/todo-app/exec.sh
2018-09-14 09:47:08 +05:30

4 lines
108 B
Bash

#!/usr/bin/env bash
docker build -t auth0-react-01-login .
docker run -p 3000:3000 -it auth0-react-01-login