Spaces:
Sleeping
Sleeping
| FROM php:8.2-apache | |
| COPY . /var/www/html/ | |
| RUN sed -i 's/80/7860/g' /etc/apache2/sites-available/000-default.conf /etc/apache2/ports.conf | |
| EXPOSE 7860 | |
| FROM php:8.2-apache | |
| COPY . /var/www/html/ | |
| RUN sed -i 's/80/7860/g' /etc/apache2/sites-available/000-default.conf /etc/apache2/ports.conf | |
| EXPOSE 7860 | |