feature: allow non-secure connections

- default to secure
- parameterize via env var
This commit is contained in:
2021-07-23 13:31:01 -06:00
parent ee38b2468e
commit 8f35aaef11
3 changed files with 24 additions and 5 deletions
+1
View File
@@ -39,6 +39,7 @@ ENV LR_EXTS="html,xml,css,js,jsx,ts,tsx,php,py"
ENV LR_EXCLUDE=".git/,.svn/,.vscode/,.idea/"
ENV LR_DELAY=500
ENV LR_DEBUG=true
ENV LR_HTTPS=true
# install livereload npm as node user then switch back to root user
USER node