first commit
Some checks failed
Docker Build and Push for Main Branch / docker (push) Has been cancelled

This commit is contained in:
l-nmch
2026-05-11 14:52:46 +02:00
commit c6f5f77d7c
6 changed files with 177 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# phorge.fr
![Phorge logo](https://avatars.githubusercontent.com/u/187407936?s=200&v=4)
Website for [Phorge](https://phorge.fr)
## Build
```bash
docker build . -t phorge.fr
```
## Run
```bash
docker run -p 8000:80 phorge.fr
```