diff --git a/CHANGELOG.md b/CHANGELOG.md index 53ef51f..cfe1d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ before starting to add changes. Use example [placed in the end of the page](#exa ## [Unreleased] +- git actions check + - [PR-289](https://github.com/OS2Forms/os2forms/pull/289) Added required "Zoom control position" to map element diff --git a/compose.yaml b/compose.yaml index 0448b12..a64bf5f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -8,6 +8,16 @@ services: working_dir: /app volumes: - ./:/app + environment: + COMPOSER_HOME: /tmp/composer + COMPOSER_CACHE_DIR: /tmp/composer-cache + entrypoint: + - bash + - -lc + - | + git config --global --add safe.directory /app + exec "$@" + - bash markdownlint: image: itkdev/markdownlint