Skip to content

Commit a5e666c

Browse files
committed
include the utility scripts into the Dockerfile
1 parent 3fb26cc commit a5e666c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ RUN apt-get update && \
2020

2121
WORKDIR /app
2222
COPY --from=builder /app/target/release/reddsaver /app/reddsaver
23+
COPY scripts/ /app/scripts/
24+
RUN chmod +x /app/scripts/*.sh
2325

2426
ENTRYPOINT ["/app/reddsaver"]

0 commit comments

Comments
 (0)