We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e39f4 commit d980606Copy full SHA for d980606
frameworks/PHP/fomo/fomo.dockerfile
@@ -1,4 +1,4 @@
1
-FROM phpswoole/swoole:5.1.3-php8.3
+FROM phpswoole/swoole:php8.4
2
3
RUN docker-php-ext-install pcntl opcache > /dev/null
4
@@ -19,4 +19,4 @@ RUN chmod -R 777 /fomo/storage
19
20
EXPOSE 9000
21
22
-ENTRYPOINT [ "php", "engineer", "server:start" ]
+ENTRYPOINT [ "php", "engineer", "server:start" ]
0 commit comments