feat(Signaturepdf): Add new service
This commit is contained in:
19
signaturepdf/README.md
Normal file
19
signaturepdf/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Signature de PDF
|
||||
|
||||
Logiciel WEB libre permettant de modifier un fichier PDF facilement.
|
||||
|
||||
## Information
|
||||
|
||||
Le service n'a pas d'image Docker officiel. Actuellement l'image a été construite et poussé sur Hub de Docker par Simon :
|
||||
|
||||
```
|
||||
git clone git@github.com:24eme/signaturepdf.git
|
||||
cd signaturepdf
|
||||
docker build -t simonc/signaturepdf:latest .
|
||||
docker push simonc/signaturepdf:latest
|
||||
```
|
||||
|
||||
## 🔗 Liens
|
||||
|
||||
- [Github](https://github.com/24eme/signaturepdf)
|
||||
- [L'image Docker sur Docker Hub](https://hub.docker.com/r/simonc/signaturepdf)
|
Reference in New Issue
Block a user