From 65de667a4702c006ae9080e2b95dc11cf4404841 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Mon, 10 Aug 2026 12:34:53 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index fd279028..840c927a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,8 @@ FROM nginx:alpine # Copy the built assets from the build stage into Nginx's default HTML folder COPY --from=build /app/preview /usr/share/nginx/html +COPY nginx.conf /etc/nginx/conf.d/default.conf + # Expose standard HTTP port 80 EXPOSE 80