Skip to content

Commit

Permalink
build: idk at this point, docker on windows still broken
Browse files Browse the repository at this point in the history
  • Loading branch information
BelgianNoise committed May 26, 2024
1 parent ee260f8 commit a718def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dl-downer/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ chown -R "$PUID:$PGID" /downloads
chown -R "$PUID:$PGID" /storage_states

# Run the command as the specified user
sudo -u "#$PUID" -g "#$PGID" playwright install --with-deps
playwright install --with-deps
sudo -E -u "#$PUID" -g "#$PGID" python start.py "$@"

0 comments on commit a718def

Please sign in to comment.