mirror of
https://github.com/wiiu-env/WiiUModuleSystem.git
synced 2026-08-20 15:34:03 -05:00
Update Dockerfile
This commit is contained in:
@@ -2,7 +2,7 @@ FROM wiiuenv/devkitppc:20200625
|
||||
|
||||
WORKDIR build
|
||||
COPY . .
|
||||
RUN make clean && make && mkdir -p /artifacts/wums && cp -r lib /artifacts/wums && cp -r include /artifacts/wums
|
||||
RUN make clean && make && mkdir -p /artifacts/wums && cp -r lib /artifacts/wums && cp -r include /artifacts/wums && cp -r share /artifacts/wums
|
||||
WORKDIR /artifacts
|
||||
|
||||
FROM scratch
|
||||
|
||||
Reference in New Issue
Block a user