Upload files to "/"

This commit is contained in:
2026-06-12 11:41:33 +00:00
parent d5ab474575
commit d7db4076a1
3 changed files with 14 additions and 17 deletions
+1
View File
@@ -7,6 +7,7 @@ COPY . /var/www/html/
RUN mkdir -p /var/www/html/uploads \
&& chown -R www-data:www-data /var/www/html \
&& chmod -R 755 /var/www/html \
&& chmod -R 775 /var/www/html/uploads
EXPOSE 80