FROM nubisware/conductor-frontend:common LABEL maintainer="Nubisware " # Ensure that cache is invalidated ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache # Copy compiled UI assets to nginx www directory WORKDIR /usr/share/nginx/html RUN rm -rf ./* COPY build/ . # Copy NGINX default configuration COPY ./config.pre/nginx/conf.d/default.conf /etc/nginx/conf.d/default.conf