Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ WORKDIR /test/app
|
|
8 |
|
9 |
RUN npm install
|
10 |
|
11 |
-
RUN chmod 777 /hfChat
|
12 |
|
13 |
EXPOSE 5173
|
14 |
|
|
|
8 |
|
9 |
RUN npm install
|
10 |
|
11 |
+
RUN chmod 777 /hfChat
|
12 |
|
13 |
EXPOSE 5173
|
14 |
|