Mdean77 commited on
Commit
d402ff9
·
1 Parent(s): 4c6411a

Corrected spelling of UVICORN in 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 UVICORN_WS_PROTOCOL=websockets
17
 
18
  # Set the working directory
19
  WORKDIR $HOME/app