tying to enforce build order
Some checks failed
Build Docker Image / Docker-Build (push) Failing after 10s
Some checks failed
Build Docker Image / Docker-Build (push) Failing after 10s
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -21,7 +21,7 @@ FROM alpine
|
||||
COPY --from=java_build /Umbrella/backend/build/libs/backend.jar /backend.jar
|
||||
RUN apk add bash fontconfig font-opensans graphviz openjdk21-jre weasyprint
|
||||
RUN adduser -D umbrella
|
||||
RUN /backend.jar /home/umbrella/jar/
|
||||
RUN mv /backend.jar /home/umbrella/jar/
|
||||
RUN chown -R umbrella /home/umbrella
|
||||
COPY plantuml.jar /home/umbrella
|
||||
|
||||
|
||||
Reference in New Issue
Block a user