diff --git a/web/Dockerfile b/web/Dockerfile index 0e21147..000bc80 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -1,9 +1,6 @@ FROM node:20-alpine - WORKDIR /app -COPY package*.json ./ -COPY package-lock.json ./ COPY . ./web RUN npm ci