diff --git a/Dockerfile b/Dockerfile index 798f5a5..7d93f72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -72,4 +72,5 @@ COPY entrypoint.sh /entrypoint.sh ENTRYPOINT [ "/entrypoint.sh" ] CMD ["php-fpm8.3", "-F"] + EXPOSE 9000 \ No newline at end of file