Skip to content

Commit 0b9c719

Browse files
committed
Add a / for ADD commands to a directory
1 parent 5fd768b commit 0b9c719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ ENV ANSIBLE_LOCALHOST_WARNING=False
105105
# Adding python scripts to start, stop and retrieve status of hostedcluster instnances
106106
ADD https://raw.githubusercontent.com/validatedpatterns/utilities/main/aws-tools/start-instances.py \
107107
https://raw.githubusercontent.com/validatedpatterns/utilities/main/aws-tools/stop-instances.py \
108-
https://raw.githubusercontent.com/validatedpatterns/utilities/main/aws-tools/status-instances.py /usr/local/bin
108+
https://raw.githubusercontent.com/validatedpatterns/utilities/main/aws-tools/status-instances.py /usr/local/bin/
109109

110110
COPY default-cmd.sh /usr/local/bin
111111
WORKDIR /pattern

0 commit comments

Comments
 (0)