Skip to content

Commit 9e27403

Browse files
committed
fix: remove build artifacts from /code
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 6bf5819 commit 9e27403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ RUN echo "Building tags/${NODE_VERSION}..." \
8888
&& cp -p dist-newstyle/build/$(uname -m)-linux/ghc-$GHC_VERSION/cardano-cli-${NODE_VERSION}/x/cardano-cli/build/cardano-cli/cardano-cli /root/.local/bin/ \
8989
&& rm -rf /root/.cabal/packages \
9090
&& rm -rf /usr/local/lib/ghc-8.10.7/ /usr/local/share/doc/ghc-8.10.7/ \
91-
&& rm -rf /cardano-node/dist-newstyle/ \
91+
&& rm -rf /code/cardano-node/dist-newstyle/ \
9292
&& rm -rf /root/.cabal/store/ghc-8.10.7
9393

9494
FROM debian:stable-slim as cardano-node

0 commit comments

Comments
 (0)