Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
with option to force get the updates from the snapshot theme
  • Loading branch information
citelibre authored Apr 30, 2024
1 parent 07e84a2 commit ea7a635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions citelibre-rendezvous/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /app
ADD pom.xml /app/pom.xml
ADD src /app/src

RUN mvn -e lutece:site-assembly -Pdev
RUN mvn -e -U lutece:site-assembly -Pdev
RUN cd target && mv $(ls *.war) ${site}.war

# built tomcat
Expand Down Expand Up @@ -40,4 +40,4 @@ ENV LUTECE_MAIL_USER=
ENV LUTECE_MAIL_PWD=
ENV LUTECE_INTERNAL_KEYCLOAK=

ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]

0 comments on commit ea7a635

Please sign in to comment.