Skip to content

TritonDataCenter/webconsole-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webconsole-node

Node.js application managed by tini. This is meant to be a base image that can be extended.

Configuration

A basic application can be set up by COPYing nginx and Node.js files (application code, conf file, keys, certs, etc.) into the webconsole-node image. See the Dockerfile in the example directory.

prestart.sh

The prestart.sh script in this repository is copied into the container at /bin/prestart.sh. This script executes prior to application startup. Images that extend webconsole-node can overwrite this with their own initialization script.

Sample Application

The sample application in the example directory sets up a basic Node.js application.