Skip to content

Fix Docker build

Fix Docker build #248

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build the stack
run: docker-compose build