FROM nginx:latest
EXPOSE 80
ENV TZ=Asia/Taipei
COPY nginx/default.conf /etc/nginx/conf.d/default.conf
COPY nginx/nginx.conf /etc/nginx/nginx.conf