Skip to content

Update README.md

Update README.md #8

Workflow file for this run

name: Streamlit CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v3
- name: Build docker image
run: |
docker compose build
docker compose up -d
docker compose down