Skip to content

Commit

Permalink
Skip clean in linux Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Leinnan committed May 16, 2024
1 parent cfe5dcb commit edfc509
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ ARG SERVER_CONFIG=Shipping
# Copy your Unreal project files into the Docker image
COPY --chown=ue4 . /home/ue4/project

RUN chmod +x /home/ue4/project/clean_project.sh
RUN /home/ue4/project/clean_project.sh
RUN /home/ue4/UnrealEngine/Engine/Binaries/ThirdParty/DotNet/6.0.302/linux/dotnet /home/ue4/UnrealEngine/Engine/Binaries/DotNET/UnrealBuildTool/UnrealBuildTool.dll -ProjectFiles -UsePrecompiled -Game "/home/ue4/project/BeamableUnreal.uproject"
# RUN chmod +x /home/ue4/project/init_repo.sh
# RUN /home/ue4/project/init_repo.sh

RUN /home/ue4/UnrealEngine/Engine/Build/BatchFiles/RunUAT.sh BuildCookRun -project=/home/ue4/project/BeamableUnreal.uproject \
-utf8output \
-platform=Linux \
Expand Down

0 comments on commit edfc509

Please sign in to comment.