Skip to content

update readme w/ screenshots #82

update readme w/ screenshots

update readme w/ screenshots #82

Workflow file for this run

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