We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd768b commit 0b9c719Copy full SHA for 0b9c719
Containerfile
@@ -105,7 +105,7 @@ ENV ANSIBLE_LOCALHOST_WARNING=False
105
# Adding python scripts to start, stop and retrieve status of hostedcluster instnances
106
ADD https://raw.githubusercontent.com/validatedpatterns/utilities/main/aws-tools/start-instances.py \
107
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
+ https://raw.githubusercontent.com/validatedpatterns/utilities/main/aws-tools/status-instances.py /usr/local/bin/
109
110
COPY default-cmd.sh /usr/local/bin
111
WORKDIR /pattern
0 commit comments