Mdean77 commited on
Commit
2b4a6b2
·
verified ·
1 Parent(s): df122db

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -13,6 +13,8 @@ USER user
13
  ENV HOME=/home/user \
14
  PATH=/home/user/.local/bin:$PATH
15
 
 
 
16
  # Set the working directory
17
  WORKDIR $HOME/app
18
 
 
13
  ENV HOME=/home/user \
14
  PATH=/home/user/.local/bin:$PATH
15
 
16
+ ENV UVICON_WS_PROTOCOL="websockets"
17
+
18
  # Set the working directory
19
  WORKDIR $HOME/app
20