Skip to content

Commit cd6986d

Browse files
MartinDelillewing328
authored andcommitted
Add openapi-generator executable to docker container (#4610)
1 parent c104821 commit cd6986d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ RUN mvn -am -pl "modules/openapi-generator-cli" package
2727

2828
# This exists at the end of the file to benefit from cached layers when modifying docker-entrypoint.sh.
2929
COPY docker-entrypoint.sh /usr/local/bin/
30+
RUN ln -s /usr/local/bin/docker-entrypoint.sh /usr/local/bin/openapi-generator
3031

3132
ENTRYPOINT ["docker-entrypoint.sh"]
3233

0 commit comments

Comments
 (0)