From 5e62955d1165ce8b58e1f50ff290c13dd1ca635b Mon Sep 17 00:00:00 2001 From: Shamiul Mowla Date: Thu, 5 Sep 2024 11:52:14 -0400 Subject: [PATCH] Set the correct basepath when starting. --- ajo/content-cards/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ajo/content-cards/Dockerfile b/ajo/content-cards/Dockerfile index 4935c71..ea6903b 100644 --- a/ajo/content-cards/Dockerfile +++ b/ajo/content-cards/Dockerfile @@ -18,4 +18,4 @@ RUN npm run build EXPOSE 443 -CMD ["npm", "start"] \ No newline at end of file +CMD ["sh", "-c", "npm start -- --base-path $BASE_PATH"] \ No newline at end of file