Skip to content

Commit

Permalink
Added a nonce change to the Dockerfile (removed a blank line at the e…
Browse files Browse the repository at this point in the history
…nd) to prod the build workflow to publish the new version as an image to the docker registry
  • Loading branch information
behobu committed Jun 17, 2022
1 parent b1b7a2b commit 4377646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ COPY --from=squidfunk/mkdocs-material:5.5.12 /usr/local/lib/python3.8/site-packa

# This makes the 'mkdocs' command work as a 'docker run' argument
COPY bin/docker-mkdocs /usr/local/bin/mkdocs
RUN chmod +x /usr/local/bin/mkdocs
RUN chmod +x /usr/local/bin/mkdocs

0 comments on commit 4377646

Please sign in to comment.