mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-05-02 03:57:13 -04:00
Try adding an explicit /tmp dir creation to work around an aufs bug
This commit is contained in:
parent
ba69402221
commit
d2faf23967
@ -66,6 +66,10 @@ RUN chown www-data /etc/ssmtp /etc/ssmtp/ssmtp.conf && \
|
||||
chmod +x /usr/bin/update_ssmtp.sh /usr/bin/start.sh && \
|
||||
mkdir -p /var/www
|
||||
|
||||
# Work around an aufs bug related to directory permissions:
|
||||
RUN mkdir -p /tmp && \
|
||||
chmod 1777 /tmp
|
||||
|
||||
# Internal Port Expose
|
||||
EXPOSE 5000
|
||||
#USER www-data
|
||||
|
Loading…
Reference in New Issue
Block a user