write-ups-challenges-2023-2024/EasyWeb1And2And3/README1.md
2023-11-28 16:24:59 +01:00

19 lines
376 B
Markdown

# 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