Added Docker and License

This commit is contained in:
Justine Pelletreau
2023-07-03 17:38:06 +02:00
parent e49efa4b64
commit 4716754aec
9 changed files with 49 additions and 3 deletions

View File

@ -4,6 +4,12 @@ A encrypted pastebin.
## Install
Juste compile and launch it in the same folder as "Files".
## Docker
Start by ![installing docker](https://docs.docker.com/engine/install/) if need be, then:
```
docker compose up -f docker-compose.yml -d
```
## Usage
Simply enter a note on the form on the main page. Once submitted, the note is encrypted using DES-256.