Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
|