Skip to content

Update Dockerfile

Update Dockerfile #23

Workflow file for this run

on: push
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: check out repository
uses: actions/checkout@v2
- name: test
run: docker build .