Skip to content

Commit

Permalink
Remove tty access docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangeit committed Apr 16, 2024
1 parent c5b84d9 commit 79b032b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version-patch version-minor version-major: .bumpversion.cfg ## increases service

.PHONY: compose-spec
compose-spec: ## runs ooil to assemble the docker-compose.yml file
@docker run -it --rm -v $(PWD):/${DOCKER_IMAGE_NAME} \
@docker run --rm -v $(PWD):/${DOCKER_IMAGE_NAME} \
-u $(shell id -u):$(shell id -g) \
itisfoundation/ci-service-integration-library:v1.0.1-dev-33 \
sh -c "cd /${DOCKER_IMAGE_NAME} && ooil compose"
Expand Down

0 comments on commit 79b032b

Please sign in to comment.