We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c104821 commit cd6986dCopy full SHA for cd6986d
Dockerfile
@@ -27,6 +27,7 @@ RUN mvn -am -pl "modules/openapi-generator-cli" package
27
28
# This exists at the end of the file to benefit from cached layers when modifying docker-entrypoint.sh.
29
COPY docker-entrypoint.sh /usr/local/bin/
30
+RUN ln -s /usr/local/bin/docker-entrypoint.sh /usr/local/bin/openapi-generator
31
32
ENTRYPOINT ["docker-entrypoint.sh"]
33
0 commit comments