Skip to content
Snippets Groups Projects
Dockerfile.odoo-static 424 B
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