https://github.com/nitiwari-dev/docker-grunt-nodejs
Project creates a docker image for nodejs project with grunt
https://github.com/nitiwari-dev/docker-grunt-nodejs
docker docker-container docker-image dockerfile grunt grunt-task gruntfile html javascript nodejs
Last synced: 5 months ago
JSON representation
Project creates a docker image for nodejs project with grunt
- Host: GitHub
- URL: https://github.com/nitiwari-dev/docker-grunt-nodejs
- Owner: nitiwari-dev
- License: apache-2.0
- Created: 2019-06-18T18:24:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T15:53:55.000Z (almost 3 years ago)
- Last Synced: 2024-12-31T03:25:46.236Z (6 months ago)
- Topics: docker, docker-container, docker-image, dockerfile, grunt, grunt-task, gruntfile, html, javascript, nodejs
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://nodejs.org/en/)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
# docker-grunt-nodejs
Project creates a docker image for nodejs project with grunt.Blog to go throught the steps:
https://www.coderconsole.com/2019/06/how-to-create-docker-image-with-nodejs.html### Create docker image
`docker build -t docker-node-grunt:1.0.0 -f Dockerfile .`### Run Docker Image
`docker run -p 9000:9000 docker-node-grunt:1.0.0`### Access the Docker Image
*http://localhost:9000/*### Screenshots
Bingo! We're done.