From 668e48f8917ed9ad8d3d557c6bfedcffb36ba018 Mon Sep 17 00:00:00 2001 From: Its4Nik Date: Sat, 24 Aug 2024 18:12:52 +0200 Subject: [PATCH] its getting late man.... --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 50e498f..9fc70bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ FROM node:slim WORKDIR /app # Copy build artifacts and entrypoint script from the build stage -COPY --from=build /build/build /app +COPY --from=build /build/build /app/build COPY --from=build /build/entrypoint.sh /app RUN npm install -g serve