Skip to content

Commit e053a45

Browse files
committed
Kopierer package-lock for build-id
1 parent 4efd7dd commit e053a45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ RUN adduser --system --uid 1001 nextjs
55

66
WORKDIR /app
77

8-
COPY package*.json .env /app/
8+
COPY package*.json package-lock.json .env /app/
9+
COPY package-lock.json /app/packages/nextjs/
910

1011
COPY packages/nextjs/package*.json packages/nextjs/next.config.js .env /app/packages/nextjs/
1112
COPY packages/nextjs/.next /app/packages/nextjs/.next/

0 commit comments

Comments
 (0)