From 49bf0da65fab861d8595bfe072696a1673a0071a Mon Sep 17 00:00:00 2001 From: Aymeric Sorek Date: Thu, 8 Aug 2019 23:32:08 +0200 Subject: [PATCH] first commit --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..970564e --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Be my Valentine + +## Installation + +Install docker : https://docs.docker.com/ + +Clone the project + + git clone https://gitea.deldel-le-gros-batard.com/CTF/Heartbleed.git + +Build the image + + docker build -t heartbleed . + +Launch the container + + docker run -d --restart=always -v /path/to/project/Be_my_Valentine/webroot:/var/www/html -p 8443:443 valentine:latest