Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 369 Bytes

DEVELOPMENT.md

File metadata and controls

35 lines (22 loc) · 369 Bytes

Development

Setup

Clone this repo

git clone [email protected]:game-ci/docker.git 

Change directory to clone directory

cd docker

Build the base image

docker build images/ubuntu/base -t base

Build hub

docker build images/ubuntu/hub -t hub

Build editor

docker build images/ubuntu/editor -t editor