zitadel/build/e2e/Dockerfile
2022-07-25 15:24:16 +02:00

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