diff --git a/Dockerfile b/Dockerfile index 5584f1f..ba14e02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM node:22 +WORKDIR /app + COPY . . RUN apt-get update && apt-get install -y iputils-ping