Skip to content

Commit bfdbe42

Browse files
committed
Fjerner spesifikk kopiering av image-manifest
1 parent 729691d commit bfdbe42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY node_modules /app/node_modules/
1111
COPY .next /app/.next/
1212
COPY public /app/public/
1313

14-
COPY next.config.js .env image-manifest /app/
14+
COPY next.config.js .env /app/
1515
COPY .serverDist /app/.serverDist/
1616

1717
USER nextjs

0 commit comments

Comments
 (0)