jhannah / legislature_calendar

Calendars of legislature activity
Do What The F*ck You Want To Public License
2 stars 2 forks source link

Add Dockerfile, Makefile, and documentation #2

Closed nitrocode closed 2 years ago

nitrocode commented 2 years ago

what

why

references

commands

$ make help

Usage:
  make
  help             show help message
  build            build the docker image
  run              run the docker image
  all              build and run the docker image
$ make all

...

[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[GIN-debug] Listening and serving HTTP on :8080
$ curl -s localhost:8080 | wc -l
76