update docker file to use stable JAR

This commit is contained in:
William Cheng 2018-06-01 15:48:15 +08:00
parent aea08fe76e
commit 9c82520637

View File

@ -2,7 +2,7 @@ FROM openjdk:8-jre-alpine
WORKDIR /generator WORKDIR /generator
COPY target/openapi-generator-online-3.0.0-SNAPSHOT.jar /generator/openapi-generator-online.jar COPY target/openapi-generator-online-3.0.0.jar /generator/openapi-generator-online.jar
ENV GENERATOR_HOST=http://localhost ENV GENERATOR_HOST=http://localhost