diff --git a/Dockerfile b/Dockerfile index b7f41de..1318e2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:21 -WORKDIR /dist/index.js +WORKDIR /app COPY package.json ./