spoggy commited on
Commit
d37ef7d
·
verified ·
1 Parent(s): 7ccb4d7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  FROM node:20
2
- RUN git clone https://scenaristeur.github.io/igora /app
3
  WORKDIR /app
4
  COPY . /app
5
  RUN npm install
 
1
  FROM node:20
2
+ RUN git clone https://github.com/scenaristeur/igora /app
3
  WORKDIR /app
4
  COPY . /app
5
  RUN npm install