diff --git a/docker/Dockerfile b/docker/Dockerfile index 07492be..3c7b03d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app # Install app dependencies COPY package*.json ./ -RUN npm ci +RUN npm install # Copy source files and build the app COPY . .