Skip to content

Latest commit

 

History

History

challenge-1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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