FROM artifactory.bre.mcd.com/docker/bred-opentest:1.0.0

# Hardcoding for now, should replace these with env vars
ENV BASE_URL "https://asset-service.bre.mcd.com"

COPY entrypoint.sh /entrypoint.sh
COPY actors actors
COPY server server
COPY tests tests
COPY entrypoint.sh entrypoint.sh

RUN chmod 755 /opentest/entrypoint.sh

ENTRYPOINT ["/opentest/entrypoint.sh"]