Skip to content

Commit 2167c6e

Browse files
author
Paul "TBBle" Hampson
authored
Merge pull request #243 from jlsalmon/master
fix: ensure copied source has correct ownership
2 parents edac031 + 5547ec9 commit 2167c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ue4docker/dockerfiles/ue4-source/linux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARG VERBOSE_OUTPUT=0
1515

1616
# Copy the Unreal Engine source code from the host system
1717
ARG SOURCE_LOCATION
18-
COPY ${SOURCE_LOCATION} /home/ue4/UnrealEngine
18+
COPY --chown=ue4:ue4 ${SOURCE_LOCATION} /home/ue4/UnrealEngine
1919

2020
{% else %}
2121

0 commit comments

Comments
 (0)