https://github.com/sidroberts/basic-file-server
Quickly create a basic HTTP file server for the current directory.
https://github.com/sidroberts/basic-file-server
docker file-server nginx
Last synced: about 2 months ago
JSON representation
Quickly create a basic HTTP file server for the current directory.
- Host: GitHub
- URL: https://github.com/sidroberts/basic-file-server
- Owner: SidRoberts
- Created: 2023-11-06T07:55:47.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2023-11-07T08:54:51.000Z (over 2 years ago)
- Last Synced: 2025-01-18T16:49:44.161Z (over 1 year ago)
- Topics: docker, file-server, nginx
- Language: Shell
- Homepage: https://hub.docker.com/r/sidroberts/basic-file-server
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [`basic-file-server`](https://hub.docker.com/r/sidroberts/basic-file-server)
Quickly create a basic HTTP file server for the current directory.
## Building the image
```bash
docker build . -t sidroberts/basic-file-server
```
## Usage
```bash
bin/basic-file-server
```
By default, the website will be hosted on port 80.
You can specify a custom port as the first argument:
```bash
bin/basic-file-server 8080
```