Newer
Older
FROM nginx:alpine
ARG REVISION=""
ARG VENDOR=""
ARG VERSION=""
ARG AUTHORS=""
ARG CREATED=""
ARG TITLE=""
LABEL org.opencontainers.image.revision=$REVISION
LABEL org.opencontainers.image.vendor=$VENDOR
LABEL org.opencontainers.image.version=$VERSION
LABEL org.opencontainers.image.authors=$AUTHORS
LABEL org.opencontainers.image.created=$CREATED
LABEL org.opencontainers.image.title=$TITLE
ADD static /usr/share/nginx/html