diff --git a/Dockerfile b/Dockerfile index d1b243c..8a62ef1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /app COPY package*.json ./ RUN npm cache clean --force -RUN npm ci +RUN npm install COPY ./ ./