Skip to content

Updated Dockerfile

Updated Dockerfile #9

Workflow file for this run

name: hadolint
on:
push:
paths:
- 'docker/Dockerfile'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run hadolint
uses: hadolint/[email protected]
with:
dockerfile: docker/Dockerfile