FROM nginx:alpine

RUN rm -rf /usr/share/nginx/html/*

COPY ["Profice WebSite/", "/var/www/html/sites/"]

RUN chmod -R 755 /usr/share/nginx/html/

EXPOSE 80