Spaces:
Sleeping
Sleeping
Upload Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -6,6 +6,8 @@ WORKDIR /app
|
|
6 |
# Clone the repository
|
7 |
RUN git clone https://github.com/vijaysagi12/myinzackBot.git .
|
8 |
|
|
|
|
|
9 |
ENV ESLINT_NO_CACHE=true
|
10 |
|
11 |
# Install dependencies
|
|
|
6 |
# Clone the repository
|
7 |
RUN git clone https://github.com/vijaysagi12/myinzackBot.git .
|
8 |
|
9 |
+
ENV DISABLE_ESLINT_PLUGIN=true
|
10 |
+
|
11 |
ENV ESLINT_NO_CACHE=true
|
12 |
|
13 |
# Install dependencies
|