mirror of
https://github.com/Death916/c2cscrape.git
synced 2026-04-10 03:04:40 -07:00
docker
This commit is contained in:
parent
8aebea3b7a
commit
ac2235e532
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ COPY requirements.txt .
|
|||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Copy source code
|
||||
COPY . .
|
||||
COPY src/c2cscrape.py .
|
||||
|
||||
# Set hardcoded download path
|
||||
ENV DOWNLOAD_DIR=/downloads
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue