Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 164 Bytes

File metadata and controls

13 lines (9 loc) · 164 Bytes

Tech Camp #1

Build docker image

docker build . -t tech-camp

Run docker image

docker run -p 3000:3000 --name tech-camp tech-camp