Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 186 Bytes

Readme.md

File metadata and controls

13 lines (8 loc) · 186 Bytes

Devzat Dockerfile

Build

You can build the image with:

docker image build -t devzat .

Run

You can run the container with:

docker run -p 2221:2221 devzat

That's about it.