yii2-test-1/backend/Dockerfile

5 lines
164 B
Docker
Raw Normal View History

2023-05-06 20:40:02 +03:00
FROM yiisoftware/yii2-php:8.1-apache
# Change document root for Apache
RUN sed -i -e 's|/app/web|/app/backend/web|g' /etc/apache2/sites-available/000-default.conf