docker-build-cirrus.sh 341 B

12345678
  1. #!/bin/bash
  2. # Copyright Epic Games, Inc. All Rights Reserved.
  3. # When run from SignallingWebServer/platform_scripts/bash, this uses the SignallingWebServer directory
  4. # as the build context so the Cirrus files can be successfully copied into the container image
  5. docker build --network=host -t 'cirrus-webserver:latest' -f ./Dockerfile ../..