Added post about renovate custom datasources

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2023-10-03 21:59:45 +01:00
parent a8295a7321
commit b36d394308
3 changed files with 153 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ docker-publish:
.PHONY: run # Run the application
run: docker-build
@docker run -p 8000:8000 $(IMAGE)
@docker run --rm -it -p 8000:8000 $(IMAGE)
.PHONY: ci # Perform CI specific tasks to perform on a pull request
ci: