Merge pull request #1 from johnpoth/dockerfile
Update Dockerfile to point to correct WAR path and update gitignore t…
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
|||||||
target/
|
target/
|
||||||
.idea/
|
.idea/
|
||||||
|
*.iml
|
||||||
|
|
||||||
# Compiled class file
|
# Compiled class file
|
||||||
*.class
|
*.class
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM jetty:9-jre8-alpine
|
FROM jetty:9-jre8-alpine
|
||||||
USER jetty:jetty
|
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
|
EXPOSE 8080
|
||||||
|
|||||||
Reference in New Issue
Block a user