Update Dockerfile
Browse files- 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/
|
| 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
|