Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 280 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 280 Bytes

file-server

yarn install for setup Create a /temp folder, and setup your .env file before you begin

yarn start:dev for the development server yarn start for production

For Docker usage

docker build . -t file-server then docker run -p 3003:3003 -d file-server