go-flashpaper icon indicating copy to clipboard operation
go-flashpaper copied to clipboard

adds working dockerfile

Open jmbmxer opened this issue 9 years ago • 0 comments

Created simple Dockerfile to run go-flashpaper in a container. To build run docker build . -t test/flashpaper and run using docker run -d -p 8443:8443 test/flashpaper. The service will then be available locally at https://127.0.0.1:8443 if you are running Docker for Mac. A self-signed certificate is used for TLS.

jmbmxer avatar Sep 23 '16 22:09 jmbmxer