Skip to content

Commit

Permalink
fml: idk a copilot suggestion + change some entrypoint thing
Browse files Browse the repository at this point in the history
  • Loading branch information
BelgianNoise committed May 16, 2024
1 parent be98f8b commit b4520c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions dl-downer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,4 @@ RUN pip install --no-cache-dir -r requirements.txt
# RUN pip install [email protected]
RUN playwright install --with-deps

CMD [ "entry.sh" ]

ENTRYPOINT [ "python", "start.py" ]
ENTRYPOINT [ "entry.sh" ]
4 changes: 3 additions & 1 deletion dl-downer/entry.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin bash
#!/bin/bash

PUID=${PUID:-6969}
PGID=${PGID:-6969}
Expand All @@ -9,3 +9,5 @@ usermod -o -u "$PUID" myUser
chown -R myUser:myGroup /downloads
# chown -R myUser:myGroup /cdm
chown -R myUser:myGroup /storage_states

python start.py

0 comments on commit b4520c7

Please sign in to comment.