Skip to content

Commit 99bcdad

Browse files
committed
Make script executable and copy to correct location
1 parent 30a24ab commit 99bcdad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

StandaloneChromeDebug/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ RUN apt-get update -qqy \
5050
# Scripts to run Selenium Node
5151
#==============================
5252
COPY entry_point.sh /opt/bin/entry_point.sh
53+
COPY clear_x_locks.sh /opt/bin/clear_x_locks.sh
5354
RUN chmod +x /opt/bin/entry_point.sh
55+
RUN chmod +x /opt/bin/clear_x_locks.sh
5456

5557
EXPOSE 5900

0 commit comments

Comments
 (0)