forked from loafle/openapi-generator-original
update docker file to use stable JAR
This commit is contained in:
parent
aea08fe76e
commit
9c82520637
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user