FIX;Copy next.config.js file to container

This commit is contained in:
Roman Jaroš 2022-07-06 18:56:12 +02:00
parent e9f967bed5
commit 1d2514d279

View file

@ -14,6 +14,7 @@ COPY .next/ .next/
COPY public/ public/
COPY node_modules/ node_modules/
COPY package.json package.json
COPY next.config.js next.config.js
RUN chown -R nextjs:nodejs .next