Skip to content

Commit

Permalink
Merge pull request docker#4 from docker/remove-arg
Browse files Browse the repository at this point in the history
Remove unused ARG from Dockerfile
  • Loading branch information
mikesir87 authored Mar 2, 2020
2 parents 1651f11 + e6538ef commit 7ba40de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ba40de

Please sign in to comment.