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