From 73eaa4c109466ca29e96aca915fb8d9e4c36c62e Mon Sep 17 00:00:00 2001 From: soletsdev Date: Mon, 26 Feb 2024 12:32:56 -0800 Subject: [PATCH] hotfix 2 for docker --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index 4679732..4b445ec 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -11,4 +11,4 @@ RUN npm ci COPY . /api RUN npm run build EXPOSE 443 3000 -CMD ["node", "--max-old-space-size=250", "-r module-alias/register", "./dist/src/report-generation-application.js"] +CMD ["node", "--max-old-space-size=250", "-r", "module-alias/register", "./dist/src/report-generation-application.js"]