Add netcat installation in Dockerfile #2

Merged
nabarun merged 1 commits from pm-update-dockerfile into main 2024-07-26 12:23:30 +00:00

View File

@ -2,6 +2,8 @@ FROM node:20-bullseye
WORKDIR /app
RUN apt-get update && apt-get install -y netcat
# Copy the application code
COPY . .