Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 126 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 126 Bytes

Running locally

sudo docker image build .
sudo docker run -p 8080:8080 --env PORT=8080 <the_built_image_hash>