create API Doc also in Docker
This commit is contained in:
parent
6dfe2e6e9e
commit
6802a30c59
@ -14,6 +14,8 @@ COPY assets ./assets
|
||||
COPY config ./config
|
||||
RUN npm run build
|
||||
|
||||
# Create API Doc
|
||||
RUN apidoc -i scripts/ -o public/apidoc/
|
||||
|
||||
#####################
|
||||
# Final image
|
||||
|
Loading…
x
Reference in New Issue
Block a user