1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-03-15 10:02:45 +00:00

Dockerfile no longer adds the hardcoded config.xml

This commit is contained in:
Shane Perry 2017-05-25 21:32:49 -05:00
parent 5e085fc42a
commit 92ae28d0da

@ -37,7 +37,6 @@ RUN mkdir -p /app/code \
WORKDIR /app/code
ADD nginx.conf /app/code/nginx.conf
ADD config.xml /app/code/config.xml.default
ADD inittab /etc/inittab
ADD start.sh /app/code/start.sh