FROM nginx:alpine
LABEL Owner=liuzheng712@gmail.com
COPY ./dist /opt/luna/
COPY nginx.conf /etc/nginx/conf.d/default.conf
