allow extra parameters to be passed to apidocs container

This commit is contained in:
2020-05-17 10:26:59 -04:00
parent 4a38cc16f4
commit f2eb584214
5 changed files with 26 additions and 7 deletions

View File

@@ -18,4 +18,4 @@ RUN apk --no-cache add \
ADD ./entrypoint-apidocs.sh /scripts/entrypoint.sh
RUN chmod +x -R /scripts && mkdir /src
ENTRYPOINT /scripts/entrypoint.sh
ENTRYPOINT ["/scripts/entrypoint.sh"]