Skip to content

Commit

Permalink
Merge pull request #3 from justcoded/fix/Dockerfile
Browse files Browse the repository at this point in the history
Fix names and Dockerfile
  • Loading branch information
jcatertychnyi authored Oct 21, 2024
2 parents 486e89d + 763e40f commit 940f500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ RUN mkdir /codebase
RUN npm install -g plop tsx cross-env typescript
COPY ./plop/* /plop


CMD ['npm', 'run', 'plop']
SHELL ["/bin/bash", "-c"]
CMD ["bash", "-c", "npm run plop"]

WORKDIR /plop

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 940f500

Please sign in to comment.