File tree Expand file tree Collapse file tree 3 files changed +865
-755
lines changed
Expand file tree Collapse file tree 3 files changed +865
-755
lines changed Original file line number Diff line number Diff line change @@ -99,14 +99,14 @@ jobs:
9999 COPY /target/release/fendermint /app/output/bin/fendermint
100100 COPY /target/release/ipc-cli /app/output/bin/ipc-cli
101101 EOF
102-
102+
103103 ## Append the runner build phase to the Dockerfile.
104104 cat fendermint/docker/runner.Dockerfile >> /tmp/Dockerfile
105-
105+
106106 ## Print the Dockerfile for debugging.
107107 echo "Dockerfile:"
108108 cat /tmp/Dockerfile
109-
109+
110110 ## Create the temporary .dockerignore file.
111111 cat <<EOF > /tmp/Dockerfile.dockerignore
112112 target
@@ -115,11 +115,11 @@ jobs:
115115 contracts/cache
116116 contracts/node-modules
117117 EOF
118-
118+
119119 ## Print the .dockerignore file for debugging.
120120 echo "Dockerfile.dockerignore:"
121121 cat /tmp/Dockerfile.dockerignore
122-
122+
123123 ## Build the Docker image.
124124 DOCKER_BUILDKIT=1 docker build \
125125 --load \
You can’t perform that action at this time.
0 commit comments