Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
evilalmus authored Apr 12, 2024
1 parent 57155a2 commit 807e95b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ COPY requirements.txt arlo-downloader.py config.py entrypoint.sh .
# Update PIP to latest version and install required package(s)
RUN pip install --upgrade pip && pip install -r requirements.txt

# Setting permissions
RUN chmod +x entrypoint.sh

# Setting our entrypoint
ENTRYPOINT ["/arlo-downloader/entrypoint.sh"]

Expand Down

0 comments on commit 807e95b

Please sign in to comment.