From 04ba89601fe714badf5b345c0712dce8c047e90d Mon Sep 17 00:00:00 2001 From: Atif Ather <40694397+atifather@users.noreply.github.com> Date: Thu, 14 Dec 2023 04:06:03 +0500 Subject: [PATCH] Update Dockerfile Signed-off-by: Atif Ather <40694397+atifather@users.noreply.github.com> --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index bfcfd2b0..ba4f3619 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,6 +47,7 @@ COPY --from=builder /bin/app /checkpointz # Copy the frontend build from the frontend stage # COPY --from=frontend /app/web /checkpointz +RUN npm install -g serve RUN serve -s build -l 5555 # Expose port 5555