adding simple dockerfile

This commit is contained in:
Bryce Covert
2017-12-06 18:24:54 -08:00
parent 0c442b29e0
commit 275119c362

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM tomcat:9.0-jre8-alpine
RUN 'apk add poppler-utils'
COPY target/auto-ap.war /usr/local/tomcat