We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b7e992 commit 76384aeCopy full SHA for 76384ae
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
+FROM serversideup/php:8.4-fpm-nginx
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 9000
+EXPOSE 8080
0 commit comments