This adds a Dockerfile that builds on the sandstorm-http-bridge base image and incorporates the build results of this repository (/powerbox-http-proxy and /build/index.js).
Right now, the version of each base image is unspecified, so each image defaults to latest. I could set this explicitly if you would prefer the builds be fully reproducible.
On IRC, I had suggested that I might make a Dockerfile for this package and add it to https://github.com/zenhack/docker-spk/tree/master/base-images; however, doing so would have meant fetching a tarball of this repository, and it seemed easier just to COPY . . from here instead.
This adds a
Dockerfile
that builds on thesandstorm-http-bridge
base image and incorporates the build results of this repository (/powerbox-http-proxy
and/build/index.js
).Right now, the version of each base image is unspecified, so each image defaults to
latest
. I could set this explicitly if you would prefer the builds be fully reproducible.On IRC, I had suggested that I might make a
Dockerfile
for this package and add it to https://github.com/zenhack/docker-spk/tree/master/base-images; however, doing so would have meant fetching a tarball of this repository, and it seemed easier just toCOPY . .
from here instead.