Added new webui support into docker

This commit is contained in:
simonmicro 2022-12-11 21:56:08 +01:00
parent ca7ba46507
commit 5674e26979
No known key found for this signature in database
GPG key ID: 033A4D4CE4E063D6
4 changed files with 22 additions and 6 deletions

View file

@ -12,9 +12,7 @@ ENV HWID RANDOM
ENV LOGLEVEL INFO
ENV LOGFILE STDOUT
ENV LOGSIZE ""
ENV TYPE MINIMAL
COPY ./py-kms /home/py-kms
COPY docker/docker-py3-kms-minimal/requirements.txt /home/py-kms/requirements.txt
RUN apk add --no-cache --update \
bash \
@ -30,6 +28,7 @@ bash \
# Fix undefined timezone, in case the user did not mount the /etc/localtime
&& ln -sf /usr/share/zoneinfo/UTC /etc/localtime
COPY ./py-kms /home/py-kms
COPY docker/entrypoint.py /usr/bin/entrypoint.py
COPY docker/start.py /usr/bin/start.py