We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3fa33c commit 8b5e57dCopy full SHA for 8b5e57d
mover-syncthing/Dockerfile
@@ -76,12 +76,12 @@ ENV SYNCTHING_DATA_DIR="/data"
76
ENV SYNCTHING_DATA_TRANSFERMODE="sendreceive"
77
78
# move default .stignore to the root directory so it can be copied before syncthing boot
79
-COPY .stignore /.stignore
80
-RUN chmod a+r /.stignore
+COPY stignore-template /mover-syncthing/stignore-template
+RUN chmod a+r /mover-syncthing/stignore-template
81
82
# move the config to the root directory so it can be copied before syncthing boot
83
-COPY config.xml /config.xml
84
-RUN chmod a+r /config.xml
+COPY config-template.xml /mover-syncthing/config-template.xml
+RUN chmod a+r /mover-syncthing/config-template.xml
85
86
COPY entry.sh \
87
/
0 commit comments