Update Dockerfile to point to correct WAR path and update gitignore to ignore IntelliJ IDEA resources
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM jetty:9-jre8-alpine
|
||||
USER jetty:jetty
|
||||
ADD ./target/hapi-fhir-jpaserver-starter.war /var/lib/jetty/webapps/root.war
|
||||
ADD ./target/hapi-fhir-jpaserver.war /var/lib/jetty/webapps/root.war
|
||||
EXPOSE 8080
|
||||
|
||||
Reference in New Issue
Block a user