Loading CHANGELOG.md +4 −0 Original line number Diff line number Diff line Loading @@ -4,7 +4,11 @@ All notable changes to this project are documented below. The format is based on [keep a changelog](http://keepachangelog.com) and this project uses [semantic versioning](http://semver.org). ## [Unreleased] ### Changed - Do not use absolute path for `tini` executable in default container entrypoint. ### Fixed - Correctly read pagination cursor in notification listings. ## [2.8.0] - 2019-11-11 ### Added Loading build/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ WORKDIR /nakama/ COPY --from=builder "/go/build-out/nakama" /nakama/ EXPOSE 7349 7350 7351 ENTRYPOINT ["/usr/bin/tini", "--", "/nakama/nakama"] ENTRYPOINT ["tini", "--", "/nakama/nakama"] HEALTHCHECK --interval=5m --timeout=10s \ CMD curl -f http://localhost:7350/ || exit 1 Loading
CHANGELOG.md +4 −0 Original line number Diff line number Diff line Loading @@ -4,7 +4,11 @@ All notable changes to this project are documented below. The format is based on [keep a changelog](http://keepachangelog.com) and this project uses [semantic versioning](http://semver.org). ## [Unreleased] ### Changed - Do not use absolute path for `tini` executable in default container entrypoint. ### Fixed - Correctly read pagination cursor in notification listings. ## [2.8.0] - 2019-11-11 ### Added Loading
build/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ WORKDIR /nakama/ COPY --from=builder "/go/build-out/nakama" /nakama/ EXPOSE 7349 7350 7351 ENTRYPOINT ["/usr/bin/tini", "--", "/nakama/nakama"] ENTRYPOINT ["tini", "--", "/nakama/nakama"] HEALTHCHECK --interval=5m --timeout=10s \ CMD curl -f http://localhost:7350/ || exit 1