Mahfujul commited on
Commit
3812440
1 Parent(s): 99787f5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -9,12 +9,12 @@ ENV TOKEN=MTAyOTExOTAzMzEwODM0NDg0Mw.GHRuSg.UJGFPx7vbUBU23sHWzUPastwQXwsi1aWZnKj
9
  # Set the working directory
10
  WORKDIR /code
11
 
 
 
12
  # Copy package.json and install dependencies
13
  COPY package.json ./
14
  RUN npm install
15
 
16
- RUN npx puppeteer browsers install chrome
17
-
18
  # Copy the rest of the application code
19
  COPY . .
20
 
 
9
  # Set the working directory
10
  WORKDIR /code
11
 
12
+ RUN npx puppeteer browsers install chrome
13
+
14
  # Copy package.json and install dependencies
15
  COPY package.json ./
16
  RUN npm install
17
 
 
 
18
  # Copy the rest of the application code
19
  COPY . .
20