FROM nginx:alpine
COPY . /usr/share/nginx/html
EXPOSE 80

LABEL org.opencontainers.image.title="Autoflex - Workshop Sales"
LABEL org.opencontainers.image.description="Quotation & sales management for auto repair shops"
LABEL org.opencontainers.image.licenses=MIT
