From e6538eff544720373c7cc0a376228857f7008af2 Mon Sep 17 00:00:00 2001 From: Michael Irwin Date: Mon, 2 Mar 2020 13:46:36 -0500 Subject: [PATCH] Remove unused ARG from Dockerfile Resolves #1 --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 30e85ec..c46ec45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,6 @@ CMD ["mkdocs", "serve", "-a", "0.0.0.0:8000"] # Do the actual build of the mkdocs site FROM base AS build COPY . . -ARG LANGUAGE RUN mkdocs build # Extract the static content from the build