Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -9,7 +9,8 @@ RUN git clone https://github.com/mbarnig/Chat_with_Avatar.git
|
|
9 |
COPY .env $HOME/app/Chat_with_Avatar/.env
|
10 |
|
11 |
RUN --mount=type=secret,id=session_password,mode=0444,required=true \
|
12 |
-
cat /run/secrets/session_password > /test && cat /test
|
|
|
13 |
|
14 |
# change folder
|
15 |
WORKDIR $HOME/app/Chat_with_Avatar
|
|
|
9 |
COPY .env $HOME/app/Chat_with_Avatar/.env
|
10 |
|
11 |
RUN --mount=type=secret,id=session_password,mode=0444,required=true \
|
12 |
+
# cat /run/secrets/session_password > /test && cat /test
|
13 |
+
cat /run/secrets/session_password > $HOME/app/Chat_with_Avatar/test && cat $HOME/app/Chat_with_Avatar/test
|
14 |
|
15 |
# change folder
|
16 |
WORKDIR $HOME/app/Chat_with_Avatar
|