Bhargavssss commited on
Commit
7e4784b
·
verified ·
1 Parent(s): a4d9abb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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