fix entrypoint
This commit is contained in:
parent
e584fea171
commit
436a7cd2e0
|
|
@ -75,6 +75,5 @@ COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||||
CMD ["php-fpm8.3", "-F"]
|
CMD ["php-fpm8.3", "-F"]
|
||||||
CMD ["frankenphp php-server --listen 0.0.0.0:8000 ./public"]
|
|
||||||
|
|
||||||
EXPOSE 9000
|
EXPOSE 9000
|
||||||
Loading…
Reference in New Issue