diff --git a/Dockerfile b/Dockerfile index f2ecec9..0f42f55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] diff --git a/README.md b/README.md index cd0c0d9..613ab59 100644 --- a/README.md +++ b/README.md @@ -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