Also, often we want to switch to our own endpoint automatically instead of default one.
These 3 lines in Dockerfile will do the thing.
RUN old=http://localhost:52773/crud/_spec && \
new=http://localhost:52773/your/api/_spec && \
sed -i "s|$old|$new|g" /usr/irissys/csp/swagger-ui/swagger-initializer.js- Log in to post comments


