diff --git a/Dockerfile b/Dockerfile index 50c5023..f77ef46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ LABEL "com.github.actions.color"="gray-dark" COPY package*.json ./ # Install dependencies -RUN npm ci +RUN npm install # Copy the rest of your action's code COPY . .