fix: NaN Error while generating

Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
2022-12-07 16:19:40 +01:00
parent d3963900e7
commit 9e81ea201d
2 changed files with 7 additions and 1 deletions

View File

@ -30,6 +30,8 @@ RUN npm run build
RUN npm ci --omit=dev
ENV NODE_ENV=production
# Expose port
EXPOSE 3000