Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 |
|