mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-08 08:30:56 +00:00
Remove version in the copied jar
Modification introduced on "master" was dropped in "3.3.x" with merge commit 3b2951b305b40f3de5361474c845c9902fed3394
This commit is contained in:
parent
aceec7a5a2
commit
dd35acdb92
@ -2,7 +2,7 @@ FROM openjdk:8-jre-alpine
|
||||
|
||||
WORKDIR /generator
|
||||
|
||||
COPY target/openapi-generator-online-3.3.0-SNAPSHOT.jar /generator/openapi-generator-online.jar
|
||||
COPY target/openapi-generator-online.jar /generator/openapi-generator-online.jar
|
||||
|
||||
ENV GENERATOR_HOST=http://localhost
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user