Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ RUN --mount=type=secret,id=session_password,mode=0444,required=true \
|
|
13 |
cat /run/secrets/session_password > /test && cat /test
|
14 |
|
15 |
# COPY /test $HOME/app/Chat_with_Avatar/public/test
|
16 |
-
WORKDIR $HOME
|
17 |
|
18 |
RUN ls -a
|
19 |
|
|
|
13 |
cat /run/secrets/session_password > /test && cat /test
|
14 |
|
15 |
# COPY /test $HOME/app/Chat_with_Avatar/public/test
|
16 |
+
WORKDIR $HOME/
|
17 |
|
18 |
RUN ls -a
|
19 |
|