GitXplorerGitXplorer
t

echo-sandbox

public
4 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
00c429a4fae7d22a459f3a97b6a0de0dfa4d81b1

Make more lightweight image

ttsub committed 6 years ago
Verified
b18fcc1740fa2554d1932e72a047000a9e2a9873

Migrate to go modules

ttsub committed 6 years ago
Verified
e5b4f4206409b6e15463e6c9674b628624a3f954

Improve Dockerfile for development

ttsub committed 6 years ago
Verified
82714b23c838b8b83dcf1c51261a6fdd4f532e9d

Introduce skaffold

ttsub committed 6 years ago
Verified
9126f6bc2b94ddfa74317026583578e4dde3c2c1

Add ca-certificates

ttsub committed 7 years ago
Verified
add2e32aed0ff18b4019fab7c9342e10b37f4b09

Use scratch as base image

ttsub committed 7 years ago

README

The README file for this repository.

echo-sandbox

A sandbox for the echo framework.

Usage

With Go

$ make dotenv
$ export $(cat .env)
$ make deps
$ make build
$ docker-compose up -d
$ build/echo-sandbox &
$ curl localhost:3000

Deployments

Heroku Container Registry

$ heroku container:login
$ heroku create
$ heroku container:push -a <app name> web
$ heroku open -a <app name>