Skip to content

Commit 2a20dc5

Browse files
authored
Update COPY commands for invoiceplane-banner.sh
1 parent a0a5b78 commit 2a20dc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.docker/workspace/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ USER root
109109

110110
COPY ./aliases.sh /root/aliases.sh
111111
COPY ./aliases.sh /home/ivpldock/aliases.sh
112-
COPY ../shared/invoiceplane-banner.sh /root/invoiceplane-banner.sh
113-
COPY ../shared/invoiceplane-banner.sh /home/ivpldock/invoiceplane-banner.sh
112+
COPY ../invoiceplane-banner.sh /root/invoiceplane-banner.sh
113+
COPY ../invoiceplane-banner.sh /home/ivpldock/invoiceplane-banner.sh
114114

115115
RUN sed -i 's/\r//' /root/aliases.sh && \
116116
sed -i 's/\r//' /home/ivpldock/aliases.sh && \

0 commit comments

Comments
 (0)