From a91e76ff395681896b7cf4b73dcada9aa6d5cf7e Mon Sep 17 00:00:00 2001 From: Maschell Date: Tue, 23 Oct 2018 14:06:13 +0200 Subject: [PATCH] Only save artifacts --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ebe3ef..5e2d59e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,7 @@ RUN rm -rf $DEVKITPRO/portlibs && 7z x -y ./libs/portlibs.zip -o${DEVKITPRO} RUN make && make install && \ cp -r ${DEVKITPRO}/portlibs /artifacts -WORKDIR /artifacts \ No newline at end of file +WORKDIR /artifacts + +FROM scratch +COPY --from=0 /artifacts /artifacts \ No newline at end of file