Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,12 @@ Contributions are welcome.

### Building

There's a Vagrant file set up to ease development. After you have the
Vagrant box set up, cd to the /vagrant directory and run `make`.
There's a Dockerfile set up to ease development. After you have the
Docker set up [Docker Installation](https://docs.docker.com/engine/installation/mac/), run following from root directory of this repository,

1. `docker build -f Dockerfile .` (Copy image id after build is complete)
2. `docker run --publish 8080:8080 [IMAGE ID] config.json`
3. Hit `[VIRTUALBOX_IP]:8080\your_route\path_to_image.jpg`

### Notes

Expand Down
2 changes: 1 addition & 1 deletion halfshell/source_s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"strings"
"time"

"github.com/oysterbooks/s3"
"github.com/rafikk/s3"
)

const (
Expand Down