Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ RUN apk add --no-cache git chromium
|
|
6 |
WORKDIR /app
|
7 |
|
8 |
# Clone the repository
|
9 |
-
RUN https://github.com/Bhargav-Ravinuthala/invoify.git .
|
10 |
|
11 |
# Create .npmrc file to skip Puppeteer download
|
12 |
RUN echo "puppeteer_skip_chromium_download=true" > .npmrc
|
|
|
6 |
WORKDIR /app
|
7 |
|
8 |
# Clone the repository
|
9 |
+
RUN git clone https://github.com/Bhargav-Ravinuthala/invoify.git .
|
10 |
|
11 |
# Create .npmrc file to skip Puppeteer download
|
12 |
RUN echo "puppeteer_skip_chromium_download=true" > .npmrc
|