1
0
Fork 0

Add build instructions

upload-progress
Ambrose Chua 2021-05-24 08:57:54 +08:00
parent 8b15de10b0
commit 2655f974c6
1 changed files with 13 additions and 0 deletions

View File

@ -12,6 +12,19 @@ A dropbox backed by any S3 bucket
- Remembers previously created dropboxes and uploaded files
- Single fat binary
## Building
You'll need:
- Node.js
- Go
- `make`
```
make TAGS=production
```
Alternatively, `docker build .` this project.
## Deploying
To deploy as a single binary, build it from source and run: