FROM nginx:alpine COPY nginx.conf /etc/nginx/nginx.conf RUN rm -rf /usr/share/nginx/html/* COPY ./dist/kdb-web/ /usr/share/nginx/html