refactor: modular src/tpl + src/js structure, Docker support
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
FROM php:8.2-apache
|
||||
|
||||
RUN docker-php-ext-install curl && \
|
||||
a2enmod rewrite
|
||||
|
||||
COPY . /var/www/html/
|
||||
|
||||
RUN chown -R www-data:www-data /var/www/html && \
|
||||
chmod -R 775 /var/www/html
|
||||
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user