Skip to content

Commit

Permalink
hmm: having to test in the CI is a little annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
BelgianNoise committed May 16, 2024
1 parent 62f5a20 commit c8bc2d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions dl-downer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ COPY . .
RUN chmod +x /binaries/linux/*
# Move binaries to /bin
RUN mv /binaries/linux/* /bin/
# Move entry.sh to /bin
RUN chmod +x /entry.sh
RUN mv /entry.sh /bin/

# install ffmpeg and mkvmerge
RUN apt-get update
Expand All @@ -43,3 +46,5 @@ RUN pip install --no-cache-dir -r requirements.txt
RUN playwright install --with-deps

CMD [ "entry.sh" ]

ENTRYPOINT [ "python", "start.py" ]
2 changes: 0 additions & 2 deletions dl-downer/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ chown myUser:myGroup /cdm
chown myUser:myGroup /storage_states

id

python ./start.py

0 comments on commit c8bc2d5

Please sign in to comment.