diff --git a/starter/frontend/Dockerfile b/starter/frontend/Dockerfile index c6ff33d1..e3536549 100644 --- a/starter/frontend/Dockerfile +++ b/starter/frontend/Dockerfile @@ -16,6 +16,7 @@ RUN pwd RUN ls -lrt # Install packages +RUN npm install RUN npm ci # Copy code