diff --git a/Dockerfile b/Dockerfile index 9f31396..0312d46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,10 @@ COPY index.html /usr/share/nginx/html/ COPY styles.css /usr/share/nginx/html/ COPY script.js /usr/share/nginx/html/ COPY logo.png /usr/share/nginx/html/ +COPY logo.jpg /usr/share/nginx/html/ + +# Copy SDK directory with templates +COPY sdk/ /usr/share/nginx/html/sdk/ # Copy custom nginx configuration COPY nginx-site.conf /etc/nginx/conf.d/default.conf