From b2d8d6581800e1ad96bae4bdbe9b3e3ed209302c Mon Sep 17 00:00:00 2001 From: Vasilis Danias Date: Sun, 11 Feb 2024 14:51:48 +0200 Subject: [PATCH] Changed docs Dockerfile to start with yarn instead of npm --- documentation/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Dockerfile b/documentation/Dockerfile index d8b05fffe..cb630072f 100644 --- a/documentation/Dockerfile +++ b/documentation/Dockerfile @@ -24,4 +24,4 @@ EXPOSE 8080 ENV PORT 8080 -CMD ["npm", "start"] +CMD ["yarn", "start"]