Update Dockerfile

This commit is contained in:
Maschell 2020-08-09 21:13:38 +02:00
parent 4fb2d14ce1
commit 956d472564

View File

@ -2,7 +2,7 @@ FROM wiiuenv/devkitppc:20200625
WORKDIR tmp_build
COPY . .
RUN make clean && make && mkdir -p /artifacts/wups && cp -r lib /artifacts/wups && cp -r include /artifacts/wups
RUN make clean && make && mkdir -p /artifacts/wups && cp -r lib /artifacts/wups && cp -r include /artifacts/wups && cp -r share /artifacts/wups
WORKDIR /artifacts
FROM scratch