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
|
# Do the actual build of the mkdocs site
|
||||||
FROM base AS build
|
FROM base AS build
|
||||||
COPY . .
|
COPY . .
|
||||||
ARG LANGUAGE
|
|
||||||
RUN mkdocs build
|
RUN mkdocs build
|
||||||
|
|
||||||
# Extract the static content from the build
|
# Extract the static content from the build
|
||||||
|
Loading…
Reference in New Issue
Block a user