mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-29 10:47:12 -04:00
Allow start.sh to generate local config
This commit is contained in:
parent
93c7b4c77e
commit
81a38b3040
@ -126,7 +126,9 @@ ENV DEFAULT_DB lsmb
|
||||
COPY start.sh /usr/local/bin/start.sh
|
||||
|
||||
RUN chmod +x /usr/local/bin/start.sh && \
|
||||
mkdir -p /var/www
|
||||
mkdir -p /var/www && \
|
||||
mkdir -p /srv/ledgersmb/local/conf && \
|
||||
chown -R www-data /srv/ledgersmb/local
|
||||
|
||||
# Work around an aufs bug related to directory permissions:
|
||||
RUN mkdir -p /tmp && chmod 1777 /tmp
|
||||
|
Loading…
Reference in New Issue
Block a user