Skip to content

Commit 9519e48

Browse files
committed
doc(main): Updated documentation
1 parent ba2c1f8 commit 9519e48

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ FROM gcr.io/distroless/base-debian10
1414

1515
WORKDIR /
1616
COPY --from=build /src/configs /configs
17-
COPY --from=build /src/templates /templates
1817
COPY --from=build /app /app
1918

2019
ENTRYPOINT ["/app"]

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ This template provides:
2727

2828
- a ready to extend [Yokai](https://github.com/ankorstore/yokai) application, with the [worker](https://ankorstore.github.io/yokai/modules/fxworker/) module installed
2929
- a ready to use [dev environment](docker-compose.yaml), based on [Air](https://github.com/cosmtrek/air) (for live reloading)
30+
- a ready to use [Dockerfile](Dockerfile) for production
3031
- some examples of [worker](internal/worker/example.go) and [test](internal/worker/example_test.go) to get started
3132

3233
### Layout

0 commit comments

Comments
 (0)