Skip to content
Snippets Groups Projects
Commit e748fafa authored by Giovanni Vindiola's avatar Giovanni Vindiola :speech_balloon:
Browse files

Update ARNocAlphaLinuxPixelStreamingClient

parent a686de53
No related branches found
No related tags found
No related merge requests found
......@@ -13,10 +13,12 @@ COPY . /tmp/project
# Build and package our Unreal project
WORKDIR /tmp/project
RUN chmod +x ./arno-init.sh
RUN bash arno-init.sh
# build process needs rwx privileges
RUN chmod -R 777 .
USER ue4
RUN /home/ue4/UnrealEngine/Engine/Build/BatchFiles/RunUAT.sh \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment