Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -3,7 +3,7 @@ FROM node:21
|
|
| 3 |
WORKDIR /app
|
| 4 |
|
| 5 |
RUN apt-get update && apt-get install -y git && \
|
| 6 |
-
git clone https://github.com/
|
| 7 |
|
| 8 |
RUN chown -R node:node exocore-web && \
|
| 9 |
chmod -R u+rwX exocore-web
|
|
|
|
| 3 |
WORKDIR /app
|
| 4 |
|
| 5 |
RUN apt-get update && apt-get install -y git && \
|
| 6 |
+
git clone https://github.com/Exocore-Organization/exocore-web.git
|
| 7 |
|
| 8 |
RUN chown -R node:node exocore-web && \
|
| 9 |
chmod -R u+rwX exocore-web
|