Closed Cortey closed 1 week ago
we've tested functionality using this Dockerfile:
FROM alpine:latest
WORKDIR /workspace
RUN apk update
RUN apk add go
COPY . /workspace
CMD [ "go", "run", "main.go", "--help", "&&", "sleep", "infinity" ]
and by running command:
go run main.go alpha app push --name test --dockerfile Dockerfile
Description As in title
Changes proposed in this pull request:
Related issue(s) https://github.com/kyma-project/cli/issues/2241