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