FIX;Copy next.config.js file to container
This commit is contained in:
parent
e9f967bed5
commit
1d2514d279
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ COPY .next/ .next/
|
||||||
COPY public/ public/
|
COPY public/ public/
|
||||||
COPY node_modules/ node_modules/
|
COPY node_modules/ node_modules/
|
||||||
COPY package.json package.json
|
COPY package.json package.json
|
||||||
|
COPY next.config.js next.config.js
|
||||||
|
|
||||||
RUN chown -R nextjs:nodejs .next
|
RUN chown -R nextjs:nodejs .next
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue