feat: rework repo format

This commit is contained in:
Georg K
2023-01-06 03:06:42 +03:00
parent 12ff670210
commit 3984ac3bc7
6 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
build:
```bash
cd build
docker build . -t freerad_builder:3.2.x -f Dockerfile_build
docker run -e DEB_USER=${DEB_USER} DEB_PASS="${DEB_PASS}" freerad_builder:3.2.x ./upload.sh
```