first commit
This commit is contained in:
4
frontend/Dockerfile
Executable file
4
frontend/Dockerfile
Executable file
@ -0,0 +1,4 @@
|
||||
FROM yiisoftware/yii2-php:8.1-apache
|
||||
|
||||
# Change document root for Apache
|
||||
RUN sed -i -e 's|/app/web|/app/frontend/web|g' /etc/apache2/sites-available/000-default.conf
|
Reference in New Issue
Block a user