]> source.dussan.org Git - gitea.git/commit
When building rootless docker image move chown&chmod to build stage (#13578)
authorLauris BH <lauris@nix.lv>
Mon, 16 Nov 2020 01:44:41 +0000 (03:44 +0200)
committerGitHub <noreply@github.com>
Mon, 16 Nov 2020 01:44:41 +0000 (20:44 -0500)
commit8c2b5feeaef96601c578bc26db7925586f552456
treeb08be7ae40b8febd65e0a55316f3d20675d250fe
parent22a8df3405a93a233d99f3bcb8c87787abdebd78
When building rootless docker image move chown&chmod to build stage (#13578)

* When building rootless docker image move chown&chmod to build stage

Fixes #13577

* Fix command newlines

* Move chown to COPY command

* Seems to be working also without chmod

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Dockerfile.rootless