vijayksagi commited on
Commit
1488797
·
verified ·
1 Parent(s): 82dd094

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. 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
  # Install dependencies
10
  RUN npm install
11
 
 
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
12
  RUN npm install
13