4 lines
98 B
Docker
4 lines
98 B
Docker
FROM tomcat:9.0-jre8-alpine
|
|
RUN 'apk add poppler-utils'
|
|
COPY target/auto-ap.war /usr/local/tomcat
|