From 6802a30c59426821c4626ed755319803dce0fc7c Mon Sep 17 00:00:00 2001 From: raphael Date: Tue, 2 Mar 2021 11:40:15 +0100 Subject: [PATCH] create API Doc also in Docker --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5c0470e..4310219 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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