Skip to content

doc(readme): Elaborate which parts are user specified #464

doc(readme): Elaborate which parts are user specified

doc(readme): Elaborate which parts are user specified #464

Workflow file for this run

name: Docker
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Build
run: docker-compose build