From 72806cf8dba0dd574a43a334401fb057e513bbc8 Mon Sep 17 00:00:00 2001 From: Brady Wetherington Date: Mon, 5 Apr 2021 22:13:31 -0700 Subject: [PATCH] Fix up docker build on develop branch (#9401) --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6665c6df7..130c901ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -97,7 +97,6 @@ RUN \ && mkdir -p "/var/lib/snipeit/keys" && ln -fs "/var/lib/snipeit/keys/oauth-private.key" "/var/www/html/storage/oauth-private.key" \ && ln -fs "/var/lib/snipeit/keys/oauth-public.key" "/var/www/html/storage/oauth-public.key" \ && chown docker "/var/lib/snipeit/keys/" \ - && chown -h docker "/var/www/html/storage/*.key" \ && chmod +x /var/www/html/artisan \ && echo "Finished setting up application in /var/www/html"