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