diff --git a/Dockerfile b/Dockerfile index 135e78b..c5970ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ WORKDIR /app/frontend COPY frontend/package*.json ./ # Install dependencies -RUN npm ci +RUN npm install # Copy frontend source COPY frontend/ ./