FROM nginx:latest COPY nginx.conf /etc/nginx/conf.d/default.conf COPY start.sh /code/start.sh CMD /code/start.sh