From eec3699127cb7c5b3ea0b5d1fa9e524c4ab2bd8b Mon Sep 17 00:00:00 2001 From: MazeKssp Date: Thu, 29 Aug 2024 23:21:27 +0530 Subject: [PATCH] fix: nodejs issue --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 01603c7..5509440 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ RUN ["npm", "run", "build"] FROM nginx:alpine3.20 -COPY --from=build_stage /app/ /usr/share/nginx/html \ No newline at end of file +COPY --from=build_stage /app/build /usr/share/nginx/html \ No newline at end of file