api-ix commited on
Commit
fcbbb14
·
verified ·
1 Parent(s): 73fa540

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM node:18
2
 
3
  RUN apt-get update && apt-get install -y git
4
 
5
- RUN git clone https://github.com/BLUEXDEMONl/codenest.git /app
6
 
7
  WORKDIR /app
8
 
 
2
 
3
  RUN apt-get update && apt-get install -y git
4
 
5
+ RUN git clone https://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@github.com/BLUEXDEMONl/codenest.git /app
6
 
7
  WORKDIR /app
8