Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y git
|
|
7 |
WORKDIR /app
|
8 |
|
9 |
# Clone GitHub repository
|
10 |
-
RUN git clone https://github.com/
|
11 |
|
12 |
# Install dependencies and build the project
|
13 |
RUN yarn install --registry https://registry.npmmirror.com/ && yarn run build
|
|
|
7 |
WORKDIR /app
|
8 |
|
9 |
# Clone GitHub repository
|
10 |
+
RUN git clone https://github.com/Sunhaha520/glm-free-api.git /app
|
11 |
|
12 |
# Install dependencies and build the project
|
13 |
RUN yarn install --registry https://registry.npmmirror.com/ && yarn run build
|