mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-09 20:23:41 +00:00
fix working directory
This commit is contained in:
parent
56283d4e5d
commit
1bb55bf30a
@ -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 . .
|
||||
|
Loading…
x
Reference in New Issue
Block a user