diff --git a/Dockerfile b/Dockerfile index 5f4101c..21f44c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM node:20-alpine WORKDIR /app # Install wget for crawler + bash for scripts -RUN apk add --no-cache wget bash +RUN apk add --no-cache wget bash && ln -s /usr/bin/wget /bin/wget # --- Crawler service (port 3002) --- COPY simple-crawler/package*.json /app/simple-crawler/