zitadel/build/e2e/Dockerfile

12 lines
238 B
Docker
Raw Normal View History

2022-07-21 17:04:53 +02:00
ARG GO_VERSION=1.17
#######################
## run initialize setup step for ZITADEL tests
#######################
FROM golang:${GO_VERSION}
2022-07-21 17:07:50 +02:00
WORKDIR /go/src/github.com/zitadel/zitadel
2022-07-21 17:04:53 +02:00
# copy setup
COPY . .
RUN e2e/e2e-setup-compose.sh