zitadel/build/e2e/Dockerfile
2022-07-21 17:07:50 +02:00

12 lines
238 B
Docker

ARG GO_VERSION=1.17
#######################
## run initialize setup step for ZITADEL tests
#######################
FROM golang:${GO_VERSION}
WORKDIR /go/src/github.com/zitadel/zitadel
# copy setup
COPY . .
RUN e2e/e2e-setup-compose.sh