FROM tomcat:8
COPY ["./hapi-fhir-jpaserver-dynamic.war","/usr/local/tomcat/webapps/"]
CMD ["catalina.sh","run"]
EXPOSE 8080