Skip to content

64623203/jobjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

A simple folder crawler

Container start command

This program runs in a container, and a volume needs to be mounted to the mount folder of the application.

docker build -t crawler .

docker run -v /:/app/mount -p 3000:3000 crawler

Browser: http://localhost:3000

Caveats

For ease of use, the Angular files are statically hosted through NodeJS. In a production environment I would have it in its own container with nginx

Logging is set to 'info' instead of 'error'

Docker compose would be used for container deploy, instead of just Dockerfiles

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published