Files
zitadel/acceptance/Dockerfile

6 lines
118 B
Docker
Raw Normal View History

2023-05-19 16:20:01 +02:00
FROM golang:1.19-alpine
RUN apk add curl jq
COPY setup.sh /setup.sh
RUN chmod +x /setup.sh
ENTRYPOINT [ "/setup.sh" ]