Skip to content

Update to latest version of frontend and backend, including runtime config support for the frontend #6

Update to latest version of frontend and backend, including runtime config support for the frontend

Update to latest version of frontend and backend, including runtime config support for the frontend #6

Workflow file for this run

name: Build Docker Compose environment
on: [push, pull_request]
jobs:
build:
name: Build docker-compose.yml
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: docker compose build
run: |
docker compose build