FROM nginx:alpine LABEL maintainer="Carlos Nunez " COPY website /website COPY nginx.conf /etc/nginx/nginx.conf EXPOSE 80