hoppscotch / proxyscotch

📡 A simple proxy server created for https://hoppscotch.io
https://hoppscotch.io
MIT License
360 stars 93 forks source link

Added Dockerfile #15

Closed MarcelPa closed 4 years ago

MarcelPa commented 4 years ago

Changed build.sh from bash to pure sh (I see no bash-specifics in there). This makes it easier to use alpine as a base image (alpine linux has no bash).

Added Dockerfile based on golang:alpine. Works very simply by copying all files and running building as documented.

Signed-off-by: Marcel Parciak marcel.parciak@gmail.com

MarcelPa commented 4 years ago

Changed the execution of the proxy server to a non-root user in alpine. Safety first