Remove unused ARG from Dockerfile

Resolves #1
This commit is contained in:
Michael Irwin 2020-03-02 13:46:36 -05:00
parent 1651f11888
commit e6538eff54
No known key found for this signature in database
GPG Key ID: 8C42FBB0E482C8CF
1 changed files with 0 additions and 1 deletions

View File

@ -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