Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

jhordyess/dockerize-npm-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerize npm apps

Scripts for dockerize npm apps with Nginx. Note that this is just an example, if you need for production, you must add security configurations.

Run the docker.sh file, it will create a new container image with a custom name (default: crazy/container) and run it; so you can visit http://localhost.

bash docker.sh

Run for PowerShell docker.ps1.

& docker.ps1

License

© 2023 Jhordyess. Under the MIT license.


Made with 💪 by Jhordyess