Skip to content

update readme w/ screenshots #83

update readme w/ screenshots

update readme w/ screenshots #83

Workflow file for this run

name: PR API
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build ./api --file ./api/Dockerfile