Files
chill.social/README.md

17 lines
232 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Démarrage avec Docker
Pour builder l'image Docker :
```bash
docker build -t chill-site .
```
Pour lancer le site en local :
```bash
docker run -p 1313:1313 chill-site
```
Le site sera accessible sur http://localhost:1313