376 B
376 B
Easy Web 1
Text
I recently came across this amazing website! Someone told me about a hidden prize hidden deep between the bits and bytes of the website. Can you find the prize?
Files
n/a
How to Deploy
The following commands will start the web server on port 8080. A Dockerfile is included.
docker build -t my_web_server . docker run -p 8080:80 my_web_server