Remove production steps

This commit is contained in:
Patrick 2025-01-06 19:37:57 +00:00
parent 7c800a69fb
commit 29db808348
2 changed files with 0 additions and 5 deletions

View File

@ -6,6 +6,3 @@ RUN a2enmod ssl && a2enmod rewrite
# Built-in tool for adding modules
RUN docker-php-ext-install pdo pdo_mysql
RUN chmod u+s,g+s /var/www/html/
RUN chown -R www-data:www-data /var/www/html/

View File

@ -3,8 +3,6 @@ services:
build:
context: .
dockerfile: Dockerfile
volumes:
- ./sfiab:/var/www/html/sfiab:rw
ports:
- 8085:80
depends_on: