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: API Build
on:
push:
branches: [main]
paths:
- 'services/query-engine/**'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Docker build
run: docker build -t query-engine-api:${{ github.sha }} services/query-engine