Skip to content

Fix error page

Fix error page #106

Workflow file for this run

name: Install and build
on:
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
- name: Build dockerfile
run: docker build .