File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2121 - name : Composer install
2222 run : |
2323 docker network create frontend
24- docker compose run --rm phpfpm composer install --no-dev -o --classmap-authoritative
25- docker compose run --rm phpfpm composer clear-cache
24+ docker compose run --rm --user=root --env APP_ENV=prod phpfpm composer install --no-dev -o --classmap-authoritative
25+ docker compose run --rm --user=root --env APP_ENV=prod phpfpm composer clear-cache
2626 rm -rf infrastructure
2727
2828 - name : Make assets dir
Original file line number Diff line number Diff line change @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ## [ 1.3.1] - 2023-07-11
8+ - [ #156 ] ( https://github.com/os2display/display-api-service/pull/156 )
9+ Fix permissions in create release github action
10+
711## [ 1.3.0] - 2023-07-11
12+
813- [ #155 ] ( https://github.com/os2display/display-api-service/pull/155 )
914 Set up separate image builds for itkdev and os2display
1015- [ #154 ] ( https://github.com/os2display/display-api-service/pull/154 )
You can’t perform that action at this time.
0 commit comments