first iteration to automate certificate generation

This commit is contained in:
m5r
2023-02-26 11:02:30 +01:00
parent e25db3094f
commit d6bc349e73
12 changed files with 291 additions and 5 deletions

View File

@ -13,6 +13,7 @@ ENV PORT 53
WORKDIR /
COPY --from=build /app/local-ip /
COPY ./.lego /.lego
EXPOSE $PORT
USER root