jameelio / nodejs-file-explorer

Simple api using fs too explore files and file paths on file system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJS File Explorer

NodeJs File explorer for the file system on host

Docker Container Proccess

Get into container docker exec -it /bin/sh

Build new image docker build . -t meelio/nodejs-file-explorer

Run/deploy image docker run -e PORT=8080 -p 49160:8080 -d meelio/nodejs-file-explorer

About

Simple api using fs too explore files and file paths on file system


Languages

Language:JavaScript 97.8%Language:Dockerfile 2.2%