Use the external httpd container

This commit is contained in:
Eugene Dementyev
2023-07-16 00:17:06 +12:00
parent 3dfa7a4076
commit fc5a5df5c7

View File

@@ -101,5 +101,4 @@ CMD ["php", "artisan", "queue:work", "sqs"]
# Application stage
FROM base as app
ENTRYPOINT ["/sbin/ssm-parent", "-c", ".ssm-parent.yaml", "run", "--", "docker-php-entrypoint"]
EXPOSE 80
CMD ["/startup.sh"]
CMD ["php-fpm"]