forked from Deuxfleurs/infrastructure
Fix static website
This commit is contained in:
parent
3a5aa090d5
commit
67dbfdf03f
3 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
```
|
||||
docker build -t superboum/amd64_landing:v7 .
|
||||
docker build -t superboum/amd64_landing:v8 .
|
||||
```
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue