FROM nginx:latest
COPY ./dimesheet.html /usr/share/nginx/html/index2.html
COPY ./index.html /usr/share/nginx/html/index.html
COPY ./dimesheet_lucinity.html /usr/share/nginx/html/lucinity.html
COPY ./dimesheet.html /etc/nginx/html/index.html
COPY ./dimesheet_lucinity.html /etc/nginx/html/lucinity.html
COPY ./dimesheet_marel.html /etc/nginx/html/marel.html
# COPY ./sheets.html /etc/nginx/html/sheets.html
#COPY nginx.conf /etc/nginx/sites-enabled/dime.asterisk.io.conf
#CMD [ "ln","-s","/etc/nginx/sites-available/dime.asterisk.io.conf", "/etc/nginx/sites-enabled/" ]
COPY nginx.conf /etc/nginx/nginx.conf
EXPOSE 8000