Skip to content
Snippets Groups Projects
Commit 105f57e0 authored by snipe's avatar snipe
Browse files

Possible fix for Docker failing on master


Signed-off-by: default avatarsnipe <snipe@snipe.net>
parent 390403dd
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ RUN \ ...@@ -97,7 +97,7 @@ RUN \
&& mkdir -p "/var/lib/snipeit/keys" && ln -fs "/var/lib/snipeit/keys/oauth-private.key" "/var/www/html/storage/oauth-private.key" \ && 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" \ && ln -fs "/var/lib/snipeit/keys/oauth-public.key" "/var/www/html/storage/oauth-public.key" \
&& chown docker "/var/lib/snipeit/keys/" \ && chown docker "/var/lib/snipeit/keys/" \
&& chown -h docker "/var/www/html/storage/*.key" \ && chown -h docker "/var/www/html/storage/" \
&& chmod +x /var/www/html/artisan \ && chmod +x /var/www/html/artisan \
&& echo "Finished setting up application in /var/www/html" && echo "Finished setting up application in /var/www/html"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment