ubn5/frontend/Dockerfile

4 lines
164 B
Docker
Raw Normal View History

2025-02-10 05:21:56 +00:00
FROM yiisoftware/yii2-php:7.2-apache
# Change document root for Apache
RUN sed -i -e 's|/app/web|/app/frontend/web|g' /etc/apache2/sites-available/000-default.conf