first commit
This commit is contained in:
commit
49bf0da65f
17
README.md
Normal file
17
README.md
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user