Select Git revision
CanvasAnnotationDisplay.test.js
-
Loïs Poujade authored
The previous commit explicitly enable both selectors at the same time
Loïs Poujade authoredThe previous commit explicitly enable both selectors at the same time
Dockerfile 107 B
FROM python:3.10
COPY entrypoint.sh /entrypoint
RUN mkdir /app
WORKDIR /app
ENTRYPOINT ["/entrypoint"]