Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
ui-nodejs-docker-grunt

docker-nodejs-grunt

Bingo! We're done.