Skip to content

Commit d800de1

Browse files
committed
build: fix Dockerfile
1 parent 5a9fd77 commit d800de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apk --update add \
1515
&& chmod 755 /backup
1616

1717
COPY ./src/ /usr/local/bin
18-
COPY ./logrotate.d/* /etc/logrotate.d
18+
COPY ./logrotate.d/* /etc/logrotate.d/
1919

2020
CMD [ "run" ]
2121

0 commit comments

Comments
 (0)