Add netcat installation in Dockerfile #2
@ -2,6 +2,8 @@ FROM node:20-bullseye
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apt-get update && apt-get install -y netcat
|
||||
|
||||
# Copy the application code
|
||||
COPY . .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user