Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dream10201 committed Nov 27, 2024
1 parent f2eb79e commit dfec4f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ RUN apt update \
&& cp /usr/share/applications/115Browser.desktop /opt/Desktop \
&& cp /usr/share/applications/pcmanfm.desktop /opt/Desktop \
&& chmod 777 -R /opt \
&& mkdir -p /usr/local/etc/115 \
&& chmod 777 -R /usr/local/etc/115 \
&& mkdir -p /etc/115 \
&& chmod 777 -R /etc/115 \
&& echo "cd /usr/local/115Browser" > /usr/local/115Browser/115.sh \
&& echo "/usr/local/115Browser/115Browser \
--test-type \
--disable-backgrounding-occluded-windows \
--user-data-dir=/usr/local/etc/115 \
--user-data-dir=/etc/115 \
--disable-cache \
--load-extension=/usr/local/115Cookie \
--disable-wav-audio \
Expand Down

0 comments on commit dfec4f4

Please sign in to comment.