From 970fe414e0870961f32d9b1e53a43d2e1aaf8556 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Fri, 24 Jul 2026 12:48:11 +0000 Subject: [PATCH] Update docker/Dockerfile --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index f71ff917..5f7ee4fa 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -20,7 +20,7 @@ FROM node:22-alpine AS final WORKDIR /app # Copy the built assets from the build stage. -COPY --from=build /app/dist /app/dist +COPY --from=build /app/dist ./dist EXPOSE 4000