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

Commit 09af2c3

Browse files
committed
modify copy op
1 parent c3186e4 commit 09af2c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src-admintool/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARG DOCKTAG=''
1515
RUN dnf -y update && dnf clean all
1616

1717
# Add Admin Tool Code to the image
18-
COPY ./* /var/task/
18+
COPY ./ /var/task/
1919

2020
# Bundle dependencies
2121
RUN bundle install

src-colladmin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN dnf -y update && \
2020
dnf clean all
2121

2222
# Add Admin Tool Code to the image
23-
COPY ./* /var/task/
23+
COPY ./ /var/task/
2424

2525
# Bundle dependencies
2626
RUN bundle install

0 commit comments

Comments
 (0)