File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -70,17 +70,17 @@ COPY ar-go-tools ./ar-go-tools
7070RUN cd ./ar-go-tools && make argot-install
7171
7272
73- RUN mkdir dh-orig && mkdir ssm-agent-orig
73+ RUN mkdir / dh-orig && mkdir / ssm-agent-orig
7474
7575# copy dh
76- COPY dh . /dh-orig
76+ COPY dh /dh-orig
7777
7878# copy ssm-agent
79- COPY ssm-agent . /ssm-agent-orig
79+ COPY ssm-agent /ssm-agent-orig
8080
8181# copy shell scripts
82- COPY docker/dh/*.sh . /dh-orig
83- COPY docker/ssm-agent/*.sh . /ssm-agent-orig
82+ COPY docker/dh/*.sh /dh-orig
83+ COPY docker/ssm-agent/*.sh /ssm-agent-orig
8484
8585# remove some unneeded folders that come with the base image:
8686RUN rm -r evaluation
@@ -93,8 +93,8 @@ RUN mkdir dh && mkdir ssm-agent
9393COPY --chmod=755 <<EOT /entrypoint.sh
9494# !/usr/bin/env bash
9595set -e
96- cp -r dh-orig/. dh/
97- cp -r ssm-agent-orig/. ssm-agent/
96+ cp -r / dh-orig/. dh/
97+ cp -r / ssm-agent-orig/. ssm-agent/
9898/bin/bash
9999EOT
100100
You can’t perform that action at this time.
0 commit comments