diff --git a/Dockerfile b/Dockerfile index 8f81cd9..d5a931d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,6 @@ RUN npm install -g plop tsx cross-env typescript COPY ./plop/* /plop CMD ["bash", "-c", "npm run plop"] -SHELL ["/bin/bash", "-c"] WORKDIR /plop diff --git a/Makefile b/Makefile index ce34f0a..e6e1cac 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ default: ## # CHANGELOG vars and targets ## -CONV_CHL_IMAGE := ghcr.io/justcoded/plopjs:latest +CONV_CHL_IMAGE := justcoded/php-conventional-changelog:latest CONV_CHL_DR := docker run -it --rm --volume "$$PWD":/codebase ${CONV_CHL_IMAGE} bash CONV_CHL_CMD := conventional-changelog --config changelog-config.php diff --git a/README.md b/README.md index ace2b48..bd324d4 100644 --- a/README.md +++ b/README.md @@ -17,5 +17,5 @@ This repository provides a Dockerized setup for [Plop.js](https://plopjs.com/), 1. **Run the Docker image**: You can use the local image name for now, or once finalized, use the public image URL provided by GitHub Actions: ```bash - docker run --rm -it plop_plop + docker run --rm -it ghcr.io/justcoded/plopjs:latest ```