remove extraneous whitespace
This commit is contained in:
parent
fba46c47db
commit
cbe8bf03e0
1 changed files with 1 additions and 1 deletions
|
@ -133,6 +133,6 @@ RUN make.com test
|
|||
FROM scratch AS runner
|
||||
COPY --chmod=0755 --from=localhost/notwa-util /usr/local/bin/busybox /bin/busybox
|
||||
COPY --chmod=0755 --from=builder /cosmopolitan/bin/ape /bin/ape
|
||||
COPY --chmod=0755 --from=builder /kuroko/kuroko.com /kuroko/kuroko.com.dbg /bin/
|
||||
COPY --chmod=0755 --from=builder /kuroko/kuroko.com /kuroko/kuroko.com.dbg /bin/
|
||||
COPY --from=builder /kuroko.patch /var/local/kuroko.patch
|
||||
ENTRYPOINT ["/bin/ape", "/bin/kuroko.com"]
|
||||
|
|
Loading…
Reference in a new issue