Add Dockerfile for PHP deployment

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