fix the pages directory in doc server Dockerfile
All checks were successful
Build the docker image for the doc server / build (push) Successful in 1m1s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-05-22 20:15:03 +03:00
parent 4e08375748
commit c505698b0b
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -3,7 +3,7 @@ FROM ghcr.io/ngn13/ctorm:1.8.1
WORKDIR /doc
COPY Makefile ./
COPY docs ./docs
COPY pages ./pages
COPY inc ./inc
COPY src ./src