Compare commits
No commits in common. "8040aa1fd823a4d887247380c9c32ce15a899eeb" and "c0e5d795b887d238468dbac73d8229cfd183c752" have entirely different histories.
8040aa1fd8
...
c0e5d795b8
|
|
@ -68,9 +68,8 @@ ENV COMPOSER_ALLOW_SUPERUSER=1
|
||||||
RUN composer install
|
RUN composer install
|
||||||
RUN service php8.3-fpm start
|
RUN service php8.3-fpm start
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
#COPY entrypoint.sh /entrypoint.sh
|
||||||
|
#
|
||||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
#ENTRYPOINT [ "/entrypoint.sh" ]
|
||||||
CMD ["php-fpm8.3", "-F"]
|
CMD ["php-fpm8.3", "-F"]
|
||||||
|
|
||||||
EXPOSE 9000
|
EXPOSE 9000
|
||||||
Loading…
Reference in New Issue