Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 360 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 360 Bytes

dockerimage-drawthe.net

Build Docker Image for drawthe.net

Prepare

Cloning drawthe.net .

$ bash ./prepare.sh

Build Image

$ docker build -t drawthe.net:latest .

Usage

  • require exposeexternal port
  • no cmd
$ docker run --rm -p 4200:80 --name drawthe.net -d drawthe.net:latest