Spaces:
Running
Running
Duongkum999
commited on
Commit
•
a47764e
1
Parent(s):
599a5f6
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -34,7 +34,7 @@ RUN rm -f /etc/apt/sources.list.d/*.list && \
|
|
34 |
WORKDIR /app
|
35 |
|
36 |
# Clone repository từ GitHub
|
37 |
-
RUN git clone https://github.com/
|
38 |
|
39 |
# Cài đặt các phụ thuộc
|
40 |
RUN npm install
|
|
|
34 |
WORKDIR /app
|
35 |
|
36 |
# Clone repository từ GitHub
|
37 |
+
RUN git clone https://github.com/pedguedes090/mira-bot-v1.git .
|
38 |
|
39 |
# Cài đặt các phụ thuộc
|
40 |
RUN npm install
|