copy default docs dir
Took 3 minutes
This commit is contained in:
parent
d5cb54030c
commit
f525a8af7c
@ -34,7 +34,7 @@ COPY --from=builder --chown=nextjs:nextjs /usr/src/app/public ./public
|
|||||||
COPY --from=builder --chown=nextjs:nextjs /usr/src/app/next.config.mjs ./next.config.mjs
|
COPY --from=builder --chown=nextjs:nextjs /usr/src/app/next.config.mjs ./next.config.mjs
|
||||||
COPY --from=builder --chown=nextjs:nextjs /usr/src/app/package.json ./package.json
|
COPY --from=builder --chown=nextjs:nextjs /usr/src/app/package.json ./package.json
|
||||||
COPY --from=builder --chown=nextjs:nextjs /usr/src/app/config.json ./config.json
|
COPY --from=builder --chown=nextjs:nextjs /usr/src/app/config.json ./config.json
|
||||||
#COPY --from=builder --chown=nextjs:nextjs /usr/src/app/docs ./docs
|
COPY --from=builder --chown=nextjs:nextjs /usr/src/app/docs ./docs
|
||||||
|
|
||||||
ENV NODE_ENV production
|
ENV NODE_ENV production
|
||||||
|
|
||||||
|
9
docs/intro.mdx
Normal file
9
docs/intro.mdx
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
title: 'Example'
|
||||||
|
updated: '2024-10-06'
|
||||||
|
summary: 'petentium usu tota noluisse errem elaboraret auctor.'
|
||||||
|
order: 1
|
||||||
|
---
|
||||||
|
|
||||||
|
# Hello World
|
||||||
|
This is an example content file.
|
Loading…
x
Reference in New Issue
Block a user