Add Dockerfile for PHP deployment

This commit is contained in:
2026-06-10 01:38:57 +07:00
parent 862b30f41a
commit 5870c90cf9
+1 -1
View File
@@ -6,4 +6,4 @@ COPY . /var/www/html/
RUN chown -R www-data:www-data /var/www/html
EXPOSE 80
EXPOSE 3000