Skip to content

add full stack to docker compose #7

add full stack to docker compose

add full stack to docker compose #7

Workflow file for this run

name: UI Build
on:
push:
branches: [main]
paths:
- 'ui/**'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Docker build
run: docker build -t query-engine-ui:${{ github.sha }} ui