Skip to content

jedediahfanuel/file_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file_server

Static simple file server using crystal

Installation

docker build -t "file_server:0.1.0" .

Usage

docker run --rm -it -v ${PWD}:/www -p 8080:80 file_server:0.1.0

then go to http://localhost:8080

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/file_server/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors


Jeddi's Profile Views

About

static simple file server using crystal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published