From 4377646f6380fdc20fadd9f7d9e7d402b959235c Mon Sep 17 00:00:00 2001 From: Kenneth Kaye Date: Fri, 17 Jun 2022 09:58:37 -0600 Subject: [PATCH] Added a nonce change to the Dockerfile (removed a blank line at the end) to prod the build workflow to publish the new version as an image to the docker registry --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6aa5feb..f2bbefb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file