fix working directory

This commit is contained in:
Elio Bischof 2022-07-21 17:07:50 +02:00
parent 56283d4e5d
commit 1bb55bf30a
No known key found for this signature in database
GPG Key ID: 7B383FDE4DDBF1BD

View File

@ -4,8 +4,7 @@ ARG GO_VERSION=1.17
## run initialize setup step for ZITADEL tests
#######################
FROM golang:${GO_VERSION}
RUN mkdir -p /cmd/e2e-setup
WORKDIR /
WORKDIR /go/src/github.com/zitadel/zitadel
# copy setup
COPY . .