diff --git a/Dockerfile b/Dockerfile index 16b5e1f..ffe15bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM node:21-alpine - + COPY . . RUN npm install