allow extra parameters to be passed to apidocs container
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user