Compare commits
2 Commits
feature/pl
...
bugfix/tim
| Author | SHA1 | Date | |
|---|---|---|---|
| cf0cf2f5e9 | |||
| 1302165ab2 |
@@ -17,13 +17,13 @@ RUN gradle --no-daemon build
|
||||
|
||||
|
||||
FROM alpine
|
||||
RUN apk add bash fontconfig font-opensans graphviz openjdk21-jre weasyprint
|
||||
RUN apk add bash fontconfig font-opensans graphviz openjdk21-jre tzdata weasyprint
|
||||
RUN adduser -D umbrella
|
||||
COPY --from=java_build /Umbrella/backend/build/libs/backend.jar /home/umbrella/jar/
|
||||
RUN chown -R umbrella /home/umbrella
|
||||
ADD https://github.com/plantuml/plantuml/releases/download/v1.2025.10/plantuml-1.2025.10.jar /home/umbrella/plantuml.jar
|
||||
WORKDIR /home/umbrella
|
||||
RUN chmod a+rx plantuml.jar
|
||||
RUN chmod a+rx plantuml.jar && ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
||||
USER umbrella
|
||||
RUN mkdir .config && ln -s /host/config.json .config/Umbrella.json
|
||||
EXPOSE 80
|
||||
|
||||
Reference in New Issue
Block a user