DmaxG commited on
Commit
14bea9c
·
verified ·
1 Parent(s): 81d618c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ WORKDIR /app
6
  RUN apk add --no-cache git fontconfig ttf-dejavu ttf-freefont font-noto
7
 
8
  # Fetch the app source
9
- RUN git clone https://github.com/OlinadWiz/erdb.git .
10
 
11
  # Install deps and build
12
  RUN npm ci
 
6
  RUN apk add --no-cache git fontconfig ttf-dejavu ttf-freefont font-noto
7
 
8
  # Fetch the app source
9
+ RUN git clone https://github.com/OlinadWiz/dynrat.git .
10
 
11
  # Install deps and build
12
  RUN npm ci