1
0
mirror of https://github.com/fcwu/docker-ubuntu-vnc-desktop synced 2026-08-05 16:12:41 +02:00

Let node.js use the docker env

This commit is contained in:
Tobias Stein
2019-06-28 10:15:13 +02:00
parent 175d7a8517
commit f48e7551f4
3 changed files with 2 additions and 4 deletions
-2
View File
@@ -115,8 +115,6 @@ def main():
logging.getLogger("werkzeug").setLevel(logging.WARNING)
log = logging.getLogger('novnc2')
app.config["APPLICATION_ROOT"] = os.getenv("PREFIX_PATH")
entrypoint()