Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 211 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 211 Bytes

Challenge 1 - Express yourself

docker build -t challenge-1 . || exit 1
docker run --name challenge-1 -e "SECRET=p4ssw0rd_ch4ll3ng3_1" -p 3000:3000 -it --rm challenge-1

Challenge 1