Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit f891ee2

Browse files
committed
modify copy op
1 parent f49ea8b commit f891ee2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src-common/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN dnf -y update && dnf clean all
1515
# Add Admin Tool Code to the image
1616
COPY . ./
1717

18-
RUN pwd && find .
18+
RUN pwd && find . > /tmp/log.txt
1919

2020
# Bundle dependencies
2121
RUN bundle install

0 commit comments

Comments
 (0)