Add ping.

This commit is contained in:
2025-10-28 18:36:47 +01:00
parent 788e606c7f
commit 85cae2e9ee

View File

@@ -2,7 +2,7 @@ FROM node:22
COPY . .
RUN apt install iputils-ping
RUN apt-get update && apt-get install -y iputils-ping
RUN npm i
CMD [ "npm", "run", "start" ]