We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f61b31 commit 6b7e992Copy full SHA for 6b7e992
1 file changed
loops/Dockerfile
@@ -1,7 +1,7 @@
1
# Node.js stage for building assets
2
FROM node:24-trixie-slim AS node
3
# PHP base image
4
-FROM serversideup/php:8.4-fpm-nginx
+FROM serversideup/php:8.4-fpm
5
6
# Set working directory
7
WORKDIR /var/www/html
@@ -64,4 +64,4 @@ RUN npm run build
64
USER www-data
65
66
# Expose port 8080 (default for serversideup/php)
67
-EXPOSE 8080
+EXPOSE 9000
0 commit comments