Skip to content

LunCh-CECNL/documentation

 
 

Repository files navigation

DocManageSystem Frontend Docker Image

This Docker image allows you to run the DocManageSystem frontend application in a containerized environment using Node.js on Alpine Linux.

Prerequisites

Before running the Docker image, make sure you have the following prerequisites installed:

Usage

  1. Build the Docker image:
    docker build -t frontend .
  2. Run the Docker container:
    docker run \
     --name frontend \
     --restart=always \
     -p 3000:3000 \
     -d \
     --env-file .env \
     frontend

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.8%
  • JavaScript 1.5%
  • Other 1.7%