Skip to content

Commit

Permalink
doc(main): Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkinox committed Mar 30, 2024
1 parent ba2c1f8 commit 9519e48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ FROM gcr.io/distroless/base-debian10

WORKDIR /
COPY --from=build /src/configs /configs
COPY --from=build /src/templates /templates
COPY --from=build /app /app

ENTRYPOINT ["/app"]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ This template provides:

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

### Layout
Expand Down

0 comments on commit 9519e48

Please sign in to comment.