fix: criar symlink /bin/wget para compatibilidade
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ FROM node:20-alpine
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Install wget for crawler + bash for scripts
|
# 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) ---
|
# --- Crawler service (port 3002) ---
|
||||||
COPY simple-crawler/package*.json /app/simple-crawler/
|
COPY simple-crawler/package*.json /app/simple-crawler/
|
||||||
|
|||||||
Reference in New Issue
Block a user