diff --git a/Dockerfile b/Dockerfile index ef8091e..307e2ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM nginx:alpine COPY nginx-default.conf /etc/nginx/conf.d/default.conf COPY index.html /usr/share/nginx/html/index.html +COPY hero-banner.jpg hero-banner-mobile.jpg /usr/share/nginx/html/ EXPOSE 80 diff --git a/index.html b/index.html index 3605913..abb42e3 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ - + @@ -21,7 +21,7 @@ - + @@ -1072,8 +1072,8 @@