Skip to content

Commit

Permalink
updates for v2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ppazos committed Sep 6, 2020
1 parent b1b89cf commit 11bfbc5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN git clone https://github.com/ppazos/cabolabs-ehrserver.git .
RUN /opt/grails-3.3.10/bin/grails war

FROM tomcat:8-jdk8-openjdk
COPY --from=build /app/build/libs/app-2.2.beta.war /usr/local/tomcat/webapps/ROOT.war
COPY --from=build /app/build/libs/app-2.3.war /usr/local/tomcat/webapps/ROOT.war
WORKDIR /app
COPY --from=build /app/grails-app/conf/application.yml /app/config.yml
EXPOSE 8080
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
}
}

version "2.2.beta"
version "2.3"
group "ehrserver2"

apply plugin:"eclipse"
Expand Down
Binary file added docs/EHRServer_v2.3.doc
Binary file not shown.
Binary file added docs/EHRServer_v2.3.pdf
Binary file not shown.

0 comments on commit 11bfbc5

Please sign in to comment.