Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -24,7 +24,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 24 |
curl -sSL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/microsoft.gpg && \
|
| 25 |
echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-jammy-prod jammy main" > /etc/apt/sources.list.d/microsoft.list && \
|
| 26 |
apt-get update && apt-get install -y dotnet-sdk-7.0 && \
|
| 27 |
-
git clone https://github.com/
|
| 28 |
|
| 29 |
RUN usermod -aG sudo node && echo "node ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
|
| 30 |
chown -R node:node exocore-web && chmod -R u+rwX exocore-web
|
|
|
|
| 24 |
curl -sSL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/microsoft.gpg && \
|
| 25 |
echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-jammy-prod jammy main" > /etc/apt/sources.list.d/microsoft.list && \
|
| 26 |
apt-get update && apt-get install -y dotnet-sdk-7.0 && \
|
| 27 |
+
git clone https://github.com/Exocore-Organization/exocore-web.git
|
| 28 |
|
| 29 |
RUN usermod -aG sudo node && echo "node ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
|
| 30 |
chown -R node:node exocore-web && chmod -R u+rwX exocore-web
|