add documentation dir to the Dockerfile
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m55s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m55s
This commit is contained in:
parent
8169c08faa
commit
9a5cc8642d
@ -47,6 +47,7 @@ RUN adduser --system --uid 1001 nextjs
|
|||||||
|
|
||||||
# Copy the public folder
|
# Copy the public folder
|
||||||
COPY --from=builder /app/public ./public
|
COPY --from=builder /app/public ./public
|
||||||
|
COPY --from=builder /app/documentation ./documentation
|
||||||
|
|
||||||
# Set the correct permission for prerender cache
|
# Set the correct permission for prerender cache
|
||||||
RUN mkdir .next
|
RUN mkdir .next
|
||||||
|
Loading…
Reference in New Issue
Block a user