Skip to content

Commit

Permalink
fix: reflect new structure in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsens committed Feb 23, 2024
1 parent 56d996f commit e0b7fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ ENV CATALINA_OPTS="-Dinstance.name=Frank2FrankFlow -Dfrank-flow.context-path="

COPY --chown=tomcat ./frank-flow/src/frontend/cypress/Frank/src/main/ /opt/frank/
COPY --chown=tomcat ./context.xml /usr/local/tomcat/conf/context.xml
COPY --chown=tomcat ./frank-flow-webapp/target/frank-flow-webapp-0.0.0-SNAPSHOT /usr/local/tomcat/webapps/frank-flow
COPY --chown=tomcat ./frank-flow/target/frank-flow-0.0.0-SNAPSHOT /usr/local/tomcat/webapps/frank-flow

0 comments on commit e0b7fdd

Please sign in to comment.