Skip to content

fetch email and phone number on authentication #23

fetch email and phone number on authentication

fetch email and phone number on authentication #23

Workflow file for this run

name: Docker Image Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --tag pesu-auth
- name: Spawn a container
run: docker run --name pesu-auth -d -p 5000:5000 pesu-auth