feat: add hosted install [ci skip]

This commit is contained in:
Georg K
2023-01-06 05:29:32 +03:00
parent 3984ac3bc7
commit 3dc92731cb
16 changed files with 5013 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ RUN git checkout ${RADIUS_TAG}; \
#
# Build the server
#
RUN make -j2 deb && ls -la ..
RUN make -j2 deb
WORKDIR /usr/local/src/repositories
ADD upload.sh .