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
- Fork it (https://github.com/your-github-user/file_server/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Jeddi212 - creator and maintainer