From 35eee607ffa14492037f7953e433cbbe13c40b95 Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Thu, 13 Jun 2024 00:10:04 -0400 Subject: [PATCH] [CONFIG] [Docker] building process re-organized. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index c4d3ccc..7e06837 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,6 +46,8 @@ COPY ./.markdownlint.yaml ${WORKDIR}/ COPY ./.yamllint ${WORKDIR}/ COPY ./.yamlignore ${WORKDIR}/ +CMD ["make", "lint"] + ############################################################################### FROM base AS development