Docker healthcheck added, CI updated, docker image build optimized (#10)

This commit is contained in:
Paramtamtam
2021-09-23 19:28:28 +05:00
committed by GitHub
parent f62172c9dc
commit 6e5b989498
4 changed files with 87 additions and 54 deletions

View File

@@ -4,6 +4,16 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
## v1.5.0
### Fixed
- Docker image building optimized
### Added
- Healthcheck in the dockerfile
## v1.4.0
### Changed