Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jan 7, 2025
1 parent 873cacb commit 9e2ddc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ WORKDIR /usr/src/app
COPY package.json /usr/src/app/
COPY npm-shrinkwrap.json /usr/src/app/
COPY tools/postinstall.js /usr/src/app/tools/postinstall.js
RUN npm install --production && npm cache clean --force & rm -fR /usr/src/app/node_modules/selenium-webdriver/bin
RUN npm install --production && npm cache clean --force

COPY . /usr/src/app
RUN rm -fR /usr/src/app/node_modules/selenium-webdriver/bin

COPY docker/scripts/start.sh /start.sh

Expand Down

0 comments on commit 9e2ddc6

Please sign in to comment.