mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-10 09:43:41 +00:00
13 lines
374 B
Docker
13 lines
374 B
Docker
#######################
|
|
## run initialize setup step for ZITADEL tests
|
|
#######################
|
|
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
|
|
|
|
# copy setup
|
|
CMD e2e/e2e-setup.sh
|