We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edac031 + 5547ec9 commit 2167c6eCopy full SHA for 2167c6e
ue4docker/dockerfiles/ue4-source/linux/Dockerfile
@@ -15,7 +15,7 @@ ARG VERBOSE_OUTPUT=0
15
16
# Copy the Unreal Engine source code from the host system
17
ARG SOURCE_LOCATION
18
-COPY ${SOURCE_LOCATION} /home/ue4/UnrealEngine
+COPY --chown=ue4:ue4 ${SOURCE_LOCATION} /home/ue4/UnrealEngine
19
20
{% else %}
21
0 commit comments