File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
infrastructure/os2display/display-api-service Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ - [ #207 ] ( https://github.com/os2display/display-api-service/pull/207 )
8+ - Fixed parameter not set error in (os2display) api container.
9+
710## [ 2.0.5] - 2024-05-21
811
912- [ #206 ] ( https://github.com/os2display/display-api-service/pull/206 )
Original file line number Diff line number Diff line change @@ -151,4 +151,5 @@ RUN chmod +x /usr/local/bin/docker-entrypoint.sh
151151
152152WORKDIR ${APP_PATH}
153153
154- CMD [ "docker-entrypoint.sh" ]
154+ CMD ["php-fpm" ]
155+ ENTRYPOINT [ "docker-entrypoint.sh" ]
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ if [ "${1#-}" != "$1" ]; then
1717fi
1818
1919# # Start the PHP FPM process.
20- echo " Starting PHP 8.2 FPM"
20+ echo " Starting PHP 8.3 FPM"
2121
22- exec php-fpm " $@ "
22+ exec " $@ "
You can’t perform that action at this time.
0 commit comments