From 64abcd9adc4b7f195122bbb2b169b59978494554 Mon Sep 17 00:00:00 2001 From: Tom Ward Date: Fri, 19 Jan 2024 15:46:40 +0000 Subject: [PATCH] fixup! feat: create docker build system --- justfile | 1 - 1 file changed, 1 deletion(-) diff --git a/justfile b/justfile index 862c2106..274bc402 100644 --- a/justfile +++ b/justfile @@ -116,7 +116,6 @@ check: devenv check "$BIN/ruff format --diff --quiet ." check "$BIN/ruff check --show-source ." check "docker run --rm -i ghcr.io/hadolint/hadolint:v2.12.0-alpine < docker/Dockerfile" - check "docker run --rm -i ghcr.io/hadolint/hadolint:v2.12.0-alpine < Dockerfile" check "{{ just_executable() }} assets/lint" if [[ $failed > 0 ]]; then