From 5daba004eac4109370f78ca02a37c59142ea102b Mon Sep 17 00:00:00 2001 From: StepanovPlaton Date: Tue, 3 Feb 2026 02:54:14 +0400 Subject: [PATCH] fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0664425..702c457 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ FROM nginx:alpine AS production RUN rm -f /etc/nginx/conf.d/default.conf # Copy built files from builder stage -COPY --from=builder /app/dist /usr/share/nginx/html +COPY --from=builder /app/dist/client /usr/share/nginx/html # Copy nginx configuration COPY nginx.conf /etc/nginx/conf.d/default.conf