1
0
mirror of https://github.com/hasura/graphql-engine.git synced 2024-12-15 09:22:43 +03:00
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