ccprojects commited on
Commit
7a3a969
·
verified ·
1 Parent(s): 363ae17

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/jonellcc/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
 
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