diff --git a/dockerfile b/dockerfile index 9f13924..b59ef03 100644 --- a/dockerfile +++ b/dockerfile @@ -7,7 +7,7 @@ WORKDIR /app COPY package*.json ./ # Install dependencies -RUN npm install --production +RUN npm install # Copy application files COPY . .