From 8cdf217a454a78d6ae28181482de826d7c5df8f1 Mon Sep 17 00:00:00 2001 From: Raj Nandan Sharma Date: Sun, 3 Mar 2024 13:19:33 +0530 Subject: [PATCH] fixed bug in docker file --- Dockerfile | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4a0d38b3b..628351b3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,6 +51,7 @@ COPY --from=base /usr/local/lib /usr/local/lib COPY --chown=abc:abc scripts /app/scripts COPY --chown=abc:abc static /app/static COPY --chown=abc:abc config /app/config +COPY --chown=abc:abc src/lib/helpers.js /app/src/lib/helpers.js COPY --from=build --chown=abc:abc /app/build /app/build COPY --from=build --chown=abc:abc /app/prod.js /app/prod.js diff --git a/package.json b/package.json index 5ca548cbc..bd3a7a7f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kener", - "version": "0.0.8", + "version": "0.0.9", "private": false, "license": "MIT", "description": "Kener: An open-source Node.js status page application for real-time service monitoring, incident management, and customizable reporting. Simplify service outage tracking, enhance incident communication, and ensure a seamless user experience.",