zitadel/build/e2e/Dockerfile

13 lines
374 B
Docker
Raw Normal View History

2022-07-21 17:04:53 +02:00
#######################
## run initialize setup step for ZITADEL tests
#######################
2022-07-25 15:24:16 +02:00
FROM zitadel-test-base
# Invalidate caches when only test code changes
COPY ./docs/docs/guides/installation/run/docker-compose.yaml ./docs/docs/guides/installation/run/docker-compose.yaml
COPY ./cmd/e2e-setup ./cmd/e2e-setup
COPY ./e2e ./e2e
2022-07-21 17:04:53 +02:00
# copy setup
2022-07-25 15:24:16 +02:00
CMD e2e/e2e-setup.sh