1 2 3 4 5 6
FROM nginx:latest COPY nginx.conf /etc/nginx/conf.d/default.conf COPY start.sh /code/start.sh CMD /code/start.sh