diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 159a1b3..6c46039 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -2,6 +2,7 @@ FROM node:latest # Install bash and dos2unix (for Windows compatibility) +RUN echo "nameserver 8.8.8.8" > /etc/resolv.conf RUN apt-get update && apt-get install -y bash dos2unix # Set the working directory inside the container