Skip to content

Commit

Permalink
fixup! Add a stage to build browser-enabled image
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewslotin committed Jul 17, 2023
1 parent a0fd33b commit 3923581
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,5 @@ ENV CHROME_PATH=/usr/lib/chromium/

ENV K6_BROWSER_ENABLED=true
ENV K6_BROWSER_HEADLESS=true
# Disable RAM-heavy GPU rasterizer and make chromium use /tmp instead of /dev/shm that is typically
# too small in Docker
ENV K6_BROWSER_ARGS="--disable-software-rasterizer --disable-dev-shm-usage"

ENTRYPOINT ["k6"]

0 comments on commit 3923581

Please sign in to comment.