diff --git a/Dockerfile b/Dockerfile index 622e07e..d2fbd43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ WORKDIR /app COPY app/package.json ./ # Install npm dependencies -RUN npm ci +RUN npm install # Copy the rest of your frontend code into the container COPY app/. ./