fixed another bug
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -23,7 +23,7 @@ COPY --from=java_build /Umbrella/backend/build/libs/backend.jar /home/umbrella/j
|
||||
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+wx plantuml.jar
|
||||
RUN chmod a+rx plantuml.jar
|
||||
USER umbrella
|
||||
RUN mkdir .config && ln -s /host/config.json .config/Umbrella.json
|
||||
EXPOSE 80
|
||||
|
||||
Reference in New Issue
Block a user