Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -12,6 +12,9 @@ COPY .env $HOME/app/Chat_with_Avatar/.env
|
|
12 |
WORKDIR $HOME/app/Chat_with_Avatar
|
13 |
RUN ls -a
|
14 |
|
|
|
|
|
|
|
15 |
# Loading Dependencies
|
16 |
RUN npm install
|
17 |
|
|
|
12 |
WORKDIR $HOME/app/Chat_with_Avatar
|
13 |
RUN ls -a
|
14 |
|
15 |
+
RUN --mount=type=secret,id=EXAMPLE,mode=0444,required=true \
|
16 |
+
cat /run/secrets/EXAMPLE > /test
|
17 |
+
|
18 |
# Loading Dependencies
|
19 |
RUN npm install
|
20 |
|