Skip to content

Commit

Permalink
TRUNK-6083 Skip maven cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Nov 11, 2022
1 parent 5156ecd commit 64c3769
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ RUN mvn -pl webapp $MVN_ARGS_SETTINGS $MVN_ARGS
RUN mkdir -p /openmrs/distribution/openmrs_core/ \
&& cp /openmrs_core/webapp/target/openmrs.war /openmrs/distribution/openmrs_core/openmrs.war

# Clean up after the build to save space
RUN mvn clean $MVN_ARGS_SETTINGS

# Copy in the start-up scripts
COPY wait-for-it.sh startup-init.sh startup.sh startup-dev.sh /openmrs/
RUN chmod +x /openmrs/wait-for-it.sh && chmod +x /openmrs/startup-init.sh && chmod +x /openmrs/startup.sh \
Expand Down

0 comments on commit 64c3769

Please sign in to comment.