ui - Dockerfile fixes and missing get_config function

This commit is contained in:
bunkerity
2021-05-31 21:06:05 +02:00
parent 2db967ad1d
commit 82e47f147d
6 changed files with 24 additions and 17 deletions

View File

@@ -16,8 +16,8 @@ COPY settings.json /opt
COPY ui/prepare.sh /tmp
RUN chmod +x /tmp/prepare.sh && \
/tmp/prepare.sh && \
rm -f /tmp/prepare.sh
/tmp/prepare.sh && \
rm -f /tmp/prepare.sh
EXPOSE 5000