diff --git a/Dockerfile b/Dockerfile index 880a6b1..0b32ec5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Use the official Node.js 16 image as the base image FROM node:16 - +RUN chmod 1777 /tmp # Install necessary dependencies for running Chrome RUN apt-get update && apt-get install -y \ wget \