From 29c9c044d90a7c7cbbf19133439797766cfc01ac Mon Sep 17 00:00:00 2001 From: Jake R Date: Mon, 29 Jan 2024 00:09:37 -0800 Subject: [PATCH] Add install command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb5594e..801f249 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ EXPOSE 3000 WORKDIR /srv/website -CMD [ "npx", "docusaurus", "start", "-h0.0.0.0" ] +CMD [ "npm", "install", "&&", "npx", "docusaurus", "start", "-h0.0.0.0" ]