We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa51e5 commit 41062f2Copy full SHA for 41062f2
1 file changed
ci/bootstrap-policy-run.Dockerfile
@@ -1,7 +1,7 @@
1
FROM alpine
2
RUN apk add bash
3
-COPY core /
4
-COPY masterfiles /
+COPY core /core
+COPY masterfiles /masterfiles
5
RUN ls /
6
RUN find / -name core
7
RUN /core/ci/install.sh
0 commit comments