TD-322: [BACK]. [реализовать сервис для подписания документов в контейнере signer]

This commit is contained in:
cherednik 2024-10-14 11:08:37 +04:00
parent c0e5d795b8
commit 61d1560464
1 changed files with 3 additions and 3 deletions

View File

@ -68,8 +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