Mdean77 commited on
Commit
4758cb4
·
verified ·
1 Parent(s): 4c6411a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ USER user
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
 
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