Skip to content

Commit

Permalink
Remove dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Jul 23, 2024
1 parent 1630e46 commit 1de2ef0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
1 change: 0 additions & 1 deletion templates/go/.dockerignore

This file was deleted.

14 changes: 0 additions & 14 deletions templates/go/Dockerfile

This file was deleted.

3 changes: 3 additions & 0 deletions templates/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ Sample project configuration of a Restate service using the Go SDK.

You can run locally with `go run .` and register to Restate with
`restate dep add http://localhost:9080`. Then you can invoke with `curl localhost:8080/Greeter/Greet --json '"hello"'`.

You can build a docker image using [ko](https://github.com/ko-build/ko):
`ko build --platform=all`

0 comments on commit 1de2ef0

Please sign in to comment.