mirror of
https://github.com/Retropex/dockerfile-deps.git
synced 2025-05-12 16:40:40 +02:00
Added missing chown for www-data (#24)
This is causing problems when a user runs the installer.
This commit is contained in:
parent
b7604592dd
commit
329b41c2c7
@ -16,4 +16,7 @@ RUN apt-get update \
|
||||
# Add the BTCPay module to the preinstalled list after default 'Welcome' module
|
||||
RUN sed -i "/'welcome',/a 'btcpay'," "$PS_ROOT/$PS_INSTALL_FILE"
|
||||
|
||||
# Ensure www-data can write to $PS_ROOT
|
||||
RUN chown -R www-data:www-data $PS_ROOT
|
||||
|
||||
VOLUME ["/var/www/html"]
|
||||
|
Loading…
Reference in New Issue
Block a user