Fix static website

This commit is contained in:
Quentin 2020-01-14 16:49:42 +01:00
parent 3a5aa090d5
commit 67dbfdf03f
3 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
```
docker build -t superboum/amd64_landing:v7 .
docker build -t superboum/amd64_landing:v8 .
```

View file

@ -120,7 +120,7 @@ samp {
<h2>Comment nous rejoindre ?</h2>
<p>Si vous connaissez un utilisateur du service, contactez-le directement.<br/>
Sinon, vous pouvez envoyer un email à <samp>*coucou</samp><img src="landing/arobase.png" alt="arobase" width="14"><samp>deuxfleurs.fr</samp>.</p>
Sinon, vous pouvez envoyer un email à <samp>coucou</samp><img src="landing/arobase.png" alt="arobase" width="14"><samp>deuxfleurs.fr</samp>.</p>
</article>
</div>
</div>

View file

@ -11,7 +11,7 @@ job "web_static" {
task "server" {
driver = "docker"
config {
image = "superboum/amd64_landing:v7"
image = "superboum/amd64_landing:v8"
port_map {
web_port = 8043
}