You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#JIRA UE-138171 #rb Luke.Bermingham, Aidan.Possemiers [FYI] Mattias.Jansson #preflight trivial #ROBOMERGE-AUTHOR: sandor.hadas #ROBOMERGE-SOURCE: CL 18705692 in //UE5/Release-5.0/... via CL 18705717 via CL 18706245 #ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v903-18687472) [CL 18706262 by sandor hadas in ue5-main branch]
8 lines
341 B
Bash
Executable File
8 lines
341 B
Bash
Executable File
#!/bin/bash
|
|
# Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
# When run from SignallingWebServer/platform_scripts/bash, this uses the SignallingWebServer directory
|
|
# as the build context so the Cirrus files can be successfully copied into the container image
|
|
docker build --network=host -t 'cirrus-webserver:latest' -f ./Dockerfile ../..
|
|
|