yii2-test-1/backend/Dockerfile
2023-05-06 20:40:02 +03:00

5 lines
164 B
Docker
Executable File

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