ccprojects commited on
Commit
bbad734
·
verified ·
1 Parent(s): d0e4461

Update Dockerfile

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