diff --git a/Dockerfile b/Dockerfile index c14e619..798f5a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,8 +68,8 @@ ENV COMPOSER_ALLOW_SUPERUSER=1 RUN composer install RUN service php8.3-fpm start -#COPY entrypoint.sh /entrypoint.sh -# -#ENTRYPOINT [ "/entrypoint.sh" ] +COPY entrypoint.sh /entrypoint.sh + +ENTRYPOINT [ "/entrypoint.sh" ] CMD ["php-fpm8.3", "-F"] EXPOSE 9000 \ No newline at end of file