Skip to content

Commit 8b5e57d

Browse files
committed
syncthing: Update mover Dockerfile to match unified
Signed-off-by: John Strunk <[email protected]>
1 parent f3fa33c commit 8b5e57d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mover-syncthing/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ ENV SYNCTHING_DATA_DIR="/data"
7676
ENV SYNCTHING_DATA_TRANSFERMODE="sendreceive"
7777

7878
# 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
79+
COPY stignore-template /mover-syncthing/stignore-template
80+
RUN chmod a+r /mover-syncthing/stignore-template
8181

8282
# 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
83+
COPY config-template.xml /mover-syncthing/config-template.xml
84+
RUN chmod a+r /mover-syncthing/config-template.xml
8585

8686
COPY entry.sh \
8787
/

0 commit comments

Comments
 (0)