Browse Source

removed static

webui
Ruben Cid 6 years ago
parent
commit
89a73c5012
  1. 2
      CHANGELOG.md
  2. 2
      webui/Dockerfile

2
CHANGELOG.md

@ -42,4 +42,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 @@ -42,4 +42,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Show `players`.
- Show `stream_id`.
- Deleted keys saved in physical file, now the keys are in cached using `go-cache`
- Deleted keys saved in physical file, now the keys are in cached using `go-cache`

2
webui/Dockerfile

@ -1,9 +1,7 @@ @@ -1,9 +1,7 @@
FROM node:13.12
ENV WEBUI_DIR /src/webui/
ENV STATIC_DIR /src/static/
RUN mkdir -p $WEBUI_DIR
RUN mkdir -p $STATIC_DIR
COPY package.json $WEBUI_DIR/

Loading…
Cancel
Save