FROM nginx:1.21.1-alpine
LABEL maintainer="EdwinBetanc0urt@outlook.com" \
description="ADempiere-Vue"
ENV API_URL="https://api.erpya.com"
COPY build/start.sh .
COPY dist/ /usr/share/nginx/html/
CMD 'sh' 'start.sh'