FROM nginx:alpine RUN rm -rf /usr/share/nginx/html/* COPY ["Profice WebSite/", "/usr/share/nginx/html/"] RUN ls -la /usr/share/nginx/html/ EXPOSE 80