mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
Delete jar.Dockerfile
This commit is contained in:
parent
2ea6acac05
commit
30847a6856
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
#? Builder
|
||||
FROM --platform=$BUILDPLATFORM debian:bookworm-slim AS builder
|
||||
RUN apt update -y && apt upgrade -y && apt autoremove -y
|
||||
RUN apt install -y git gradle
|
||||
WORKDIR /src
|
||||
COPY . /src
|
||||
RUN git submodule init && git submodule update
|
||||
RUN chmod +x gradlew && ./gradlew dist
|
||||
ENTRYPOINT [ "/src/build/dist" ]
|
||||
|
||||
FROM scratch AS export
|
||||
COPY --from=builder /src/build/dist /
|
Loading…
Add table
Reference in a new issue