Skip to content

Commit

Permalink
ensure the .dockerenv file
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed May 17, 2022
1 parent c5f43d8 commit 0bb4269
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ ENTRYPOINT ["dumb-init", "--"]
COPY --from=go /root/.cache/rod /root/.cache/rod
RUN ln -s /root/.cache/rod/browser/$(ls /root/.cache/rod/browser)/chrome-linux/chrome /usr/bin/chrome

RUN touch /.dockerenv

COPY --from=go /rod/rod-manager /usr/bin/
CMD rod-manager

0 comments on commit 0bb4269

Please sign in to comment.