Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -5
Dockerfile
CHANGED
|
@@ -7,15 +7,11 @@ 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/InteractiveAvatarNextJSDemo/.env
|
| 11 |
|
| 12 |
# change folder
|
| 13 |
WORKDIR $HOME/app/InteractiveAvatarNextJSDemo
|
| 14 |
|
| 15 |
-
RUN ls -al
|
| 16 |
-
|
| 17 |
-
RUN cat .env
|
| 18 |
-
|
| 19 |
# Loading Dependencies
|
| 20 |
RUN npm install
|
| 21 |
|
|
|
|
| 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
|
| 11 |
|
| 12 |
# change folder
|
| 13 |
WORKDIR $HOME/app/InteractiveAvatarNextJSDemo
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
# Loading Dependencies
|
| 16 |
RUN npm install
|
| 17 |
|