Now a simple re-frame app
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
FROM tomcat:9.0-jre8-alpine
|
||||
RUN 'apk add poppler-utils'
|
||||
COPY target/auto-ap.war /usr/local/tomcat
|
||||
FROM openjdk:8-jre-alpine
|
||||
RUN apk update
|
||||
RUN apk add poppler
|
||||
RUN apk add poppler-utils
|
||||
COPY target/auto-ap-0.1.0-SNAPSHOT-standalone.jar /usr/local/
|
||||
CMD java -jar /usr/local/auto-ap-0.1.0-SNAPSHOT-standalone.jar
|
||||
|
||||
Reference in New Issue
Block a user