diff --git a/Dockerfile b/Dockerfile index 598a8f1..4c7a884 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM node:22 COPY . . +RUN apt install iputils-ping RUN npm i CMD [ "npm", "run", "start" ] \ No newline at end of file