Shell fix for apache

This commit is contained in:
Andrei Condurachi 2020-11-23 22:02:13 +02:00
parent c68bef9bea
commit 1adb274e0f
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ RUN (crontab -l; echo "") | crontab -
VOLUME ["/var/www"] VOLUME ["/var/www"]
# Change shell for apache user so that it can login # Change shell for apache user so that it can login
RUN usermod -s bash apache RUN usermod -s /bin/bash apache
# vhost config # vhost config
COPY vhost.conf /etc/apache2/conf.d/vhost.conf COPY vhost.conf /etc/apache2/conf.d/vhost.conf