Merge pull request #4 from docker/remove-arg
Remove unused ARG from Dockerfile
This commit is contained in:
commit
7ba40de8b3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user