Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T15:53:55.000Z (over 2 years ago)
- Last Synced: 2024-11-08T06:47:49.485Z (3 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
[![platform](https://img.shields.io/node/v/express/latest.svg)](https://nodejs.org/en/)
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg?style=flat-square)](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.