mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-10-13 15:50:29 -04:00
drop need to write config file to /srv/ledgersmb
Instead write it to /tmp. Also don't copy the entire example file, just write the bits we need
This commit is contained in:
@@ -86,8 +86,5 @@ RUN mkdir -p /tmp && \
|
||||
|
||||
# Internal Port Expose
|
||||
EXPOSE 5762
|
||||
# If ledgersmb.conf does not exist, www-data user needs to be able to create it.
|
||||
RUN chown www-data /srv/ledgersmb
|
||||
USER www-data
|
||||
|
||||
CMD ["start.sh"]
|
||||
|
Reference in New Issue
Block a user