fixed data path issue
This commit is contained in:
parent
1712ed5409
commit
51c0261f1d
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" &&
|
||||||
RUN mkdir -p /var/www/html/logs && \
|
RUN mkdir -p /var/www/html/logs && \
|
||||||
chown -R www-data:www-data /var/www/html/logs
|
chown -R www-data:www-data /var/www/html/logs
|
||||||
|
|
||||||
|
# Create a data storage directory
|
||||||
|
RUN mkdir -p /var/www/html/data && \
|
||||||
|
chown -R www-data:www-data /var/www/html/data
|
||||||
|
|
||||||
|
|
||||||
# Set working directory
|
# Set working directory
|
||||||
WORKDIR $WORKDIR
|
WORKDIR $WORKDIR
|
||||||
|
|
Loading…
Reference in a new issue