Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 377 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 377 Bytes

HTTP File Server using GO

Download

Release

Docker

Docker Hub

Build

with GO 1.16+

git clone https://github.com/chentanyi/fileserver
go build

with Docker only

git clone https://github.com/chentanyi/fileserver
docker build .