- added example docker-compose for minisrv + webone
- update: wtv-home:/home: reduce size of title to fit longer version numbers
This commit is contained in:
zefie
2021-08-05 18:27:39 -04:00
parent 2fced1be8d
commit 832a20e9a6
8 changed files with 72 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
FROM alpine:latest
RUN apk add git nodejs npm
RUN cd /opt && git clone --depth=1 https://github.com/zefie/zefie_wtvp_minisrv.git minisrv
RUN cd /opt/minisrv/zefie_wtvp_minisrv && npm install
COPY ./run.sh /opt/minisrv/zefie_wtvp_minisrv/run.sh
RUN chmod +x /opt/minisrv/zefie_wtvp_minisrv/run.sh
WORKDIR /opt/minisrv/zefie_wtvp_minisrv
CMD ./run.sh