Skip to content

Commit e07eee5

Browse files
committed
wip
1 parent 25ba317 commit e07eee5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ ENV NODE_ENV=production
44
ENV APP_USER=
55
ENV APP_PASS=
66
ENV SE_TTL=36000000
7+
ENV SE_DEBUG=true
8+
ENV SE_TRACE=true
9+
ENV SE_AVOID_BROWSER_DOWNLOAD=true
710

811
WORKDIR /app
912

@@ -22,7 +25,8 @@ ADD . /app/
2225
# install dependencies
2326
RUN npm install --omit=dev
2427
RUN npm install pm2 -g
25-
RUN ./node_modules/selenium-webdriver/bin/linux/selenium-manager --browser chrome
28+
RUN SE_AVOID_BROWSER_DOWNLOAD=false ./node_modules/selenium-webdriver/bin/linux/selenium-manager --browser chrome
2629
RUN chmod +x /app/entrypoint.sh
30+
RUN export
2731

2832
CMD ["/bin/bash", "/app/entrypoint.sh"]

0 commit comments

Comments
 (0)