Skip to content

Commit 4fa51e5

Browse files
committed
FP4
1 parent 988dee4 commit 4fa51e5

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

ci/bootstrap-policy-run.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM alpine
22
RUN apk add bash
3+
COPY core /
4+
COPY masterfiles /
35
RUN ls /
46
RUN find / -name core
57
RUN /core/ci/install.sh

ci/docker-bootstrap-policy-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fi
2323
# run the test
2424
ls "${NTECH_ROOT}"
2525
docker build -t mpf -f "${NTECH_ROOT}"/masterfiles/ci/bootstrap-policy-run.Dockerfile "${NTECH_ROOT}"
26-
docker run --workdir /mpf --volume "${NTECH_ROOT}"/masterfiles:/mpf --tty mpf sh /mpf/ci/bootstrap-policy-run.sh
26+
docker run --workdir /masterfiles -tty mpf sh /masterfiles/ci/bootstrap-policy-run.sh
2727
if grep error *.log; then
2828
echo "fail"
2929
exit 1

0 commit comments

Comments
 (0)