It looks okay now.

This commit is contained in:
Bryce Covert
2017-12-07 15:25:39 -08:00
parent 5b578c11e8
commit 505ccfba8e
10 changed files with 180 additions and 98 deletions

View File

@@ -2,5 +2,5 @@ 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
COPY target/auto-ap.jar /usr/local/
CMD java -jar /usr/local/auto-ap.jar