web ui - mostly finished templating integration (needs some testing)

This commit is contained in:
bunkerity
2021-06-01 15:22:03 +02:00
parent 7323525b69
commit ee178de6ab
16 changed files with 141 additions and 50 deletions

View File

@@ -1,9 +1,5 @@
FROM nginx:1.20.1-alpine AS builder
FROM alpine
COPY --from=builder /etc/nginx/ /opt/confs/nginx
COPY autoconf/dependencies.sh /tmp
RUN chmod +x /tmp/dependencies.sh && \
/tmp/dependencies.sh && \