mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 06:02:23 +00:00
chore: automate setup
This commit is contained in:
6
acceptance/Dockerfile
Normal file
6
acceptance/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM golang:1.19-alpine
|
||||
RUN apk add curl jq
|
||||
RUN go install github.com/zitadel/zitadel-tools@v0.4.0
|
||||
COPY setup.sh /setup.sh
|
||||
RUN chmod +x /setup.sh
|
||||
ENTRYPOINT [ "/setup.sh" ]
|
||||
Reference in New Issue
Block a user