ARG BASE_PREFIX=mirror.gcr.io/library/
FROM ${BASE_PREFIX}nginx:stable

COPY static /usr/share/nginx/html/
