Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -13,8 +13,6 @@ WORKDIR /code
|
|
13 |
COPY package.json ./
|
14 |
RUN npm install
|
15 |
|
16 |
-
RUN npm install puppeteer
|
17 |
-
|
18 |
# Copy the rest of the application code
|
19 |
COPY . .
|
20 |
|
|
|
13 |
COPY package.json ./
|
14 |
RUN npm install
|
15 |
|
|
|
|
|
16 |
# Copy the rest of the application code
|
17 |
COPY . .
|
18 |
|