Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 375 Bytes

File metadata and controls

35 lines (22 loc) · 375 Bytes

Development

Setup

Clone this repo

git clone git@github.com:game-ci/docker.git 

Change directory to clone directory

cd docker

Build the base image

docker build -t base -f base/Dockerfile .

Build hub

docker build -t hub -f hub/Dockerfile .

Build editor

docker build -t editor -f editor/Dockerfile .