proxay icon indicating copy to clipboard operation
proxay copied to clipboard

Publish a container/docker image?

Open njam opened this issue 5 years ago • 1 comments

Proxay is great, thanks for creating it!

Would you consider publishing an official container/docker image? That could be useful for using proxay in CI for example.

I'm using this minimal Dockerfile which does the trick:

FROM docker.io/library/node:14-alpine

RUN yarn global add proxay

njam avatar May 03 '20 13:05 njam

Hi @njam, that sounds like a good idea. I'll see if we can make it happen :)

fwouts avatar May 18 '20 06:05 fwouts