13
doc/Dockerfile
Normal file
13
doc/Dockerfile
Normal file
@ -0,0 +1,13 @@
|
||||
FROM ghcr.io/ngn13/ctorm:1.7
|
||||
|
||||
WORKDIR /doc
|
||||
|
||||
COPY Makefile ./
|
||||
COPY docs ./docs
|
||||
COPY inc ./inc
|
||||
COPY src ./src
|
||||
|
||||
EXPOSE 7003
|
||||
RUN make
|
||||
|
||||
ENTRYPOINT ["/doc/doc.elf"]
|
Reference in New Issue
Block a user