Skip to content

* simplify build_systems by merging exercise and solution into one PDF #141

* simplify build_systems by merging exercise and solution into one PDF

* simplify build_systems by merging exercise and solution into one PDF #141

Workflow file for this run

name: Docker exercise
on:
- push
- pull_request
jobs:
docker-exercise:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: build docker image
working-directory: topics/docker/code/hostcontrold-solution
run: |
docker build .