Skip to content

Commit

Permalink
Update Dockerfile, image path
Browse files Browse the repository at this point in the history
  • Loading branch information
jcatertychnyi committed Oct 21, 2024
1 parent d927560 commit 763e40f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 763e40f

Please sign in to comment.