From 788e606c7f254bc4769242f2c6bf62591ca1d694 Mon Sep 17 00:00:00 2001 From: thedrewen Date: Tue, 28 Oct 2025 18:31:18 +0100 Subject: [PATCH] Add ping. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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