FROM nginx:alpine RUN rm /etc/nginx/conf.d/default.conf ADD sites-enabled/app /etc/nginx/conf.d/default.conf