zitadel/build/e2e/Dockerfile

13 lines
233 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}
RUN mkdir -p /cmd/e2e-setup
WORKDIR /
# copy setup
COPY . .
RUN e2e/e2e-setup-compose.sh