package lock
Build and Push Docker Images / build-and-push (push) Failing after 1m27s

This commit is contained in:
2025-09-29 16:16:52 +02:00
parent af60fe7ff9
commit 2da17319a4
+1 -1
View File
@@ -9,7 +9,7 @@ ENV NODE_ENV=development
WORKDIR /opt/app WORKDIR /opt/app
# Copy only package.json and package-lock.json first for better caching # Copy only package.json and package-lock.json first for better caching
COPY ./strapi/package.json ./strapi/package-lock.json ./ COPY ./strapi/package.json ./
RUN yarn install RUN yarn install