Skip to content
Snippets Groups Projects
Verified Commit 104d4c53 authored by David Beniamine's avatar David Beniamine
Browse files

Copy from builder at the end

parent 9f5f6761
No related branches found
No related tags found
No related merge requests found
......@@ -52,8 +52,6 @@ RUN a2dissite 000-default
RUN a2ensite flask
COPY --from=builder /opt/unlTools/unl2rdf-app/target/unl2rdf-app-*-with-dependencies.jar /opt/unl2rdf.jar
# Force code reloading
RUN sed -i 's/^\(\s*MaxConnectionsPerChild\s*\) 0/\1 1/g' /etc/apache2/mods-enabled/mpm_event.conf
......@@ -61,4 +59,6 @@ WORKDIR /var/www/app/app
COPY entrypoint.sh /
COPY --from=builder /opt/unlTools/unl2rdf-app/target/unl2rdf-app-*-with-dependencies.jar /opt/unl2rdf.jar
ENTRYPOINT ["/entrypoint.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment