FROM nginx:latest COPY cats /usr/share/nginx/html/cats COPY nginx.conf /etc/nginx/nginx.conf COPY default.conf /etc/nginx/conf.d/default.conf EXPOSE 80