diff --git a/apps/official-website/Dockerfile b/apps/official-website/Dockerfile index 54b0a5a..1d75a98 100644 --- a/apps/official-website/Dockerfile +++ b/apps/official-website/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app COPY package*.json ./ # Install dependencies -RUN npm ci +RUN npm install # Copy the rest of the application code COPY . .