Skip to content
Snippets Groups Projects
Verified Commit 739004b2 authored by Loïs Poujade's avatar Loïs Poujade
Browse files

Install mirador/annotations deps as local folder

Still need to rebuild the libs if modified
parent ab0ddbb0
No related branches found
No related tags found
No related merge requests found
[submodule "mirador-video-annotation"]
path = mirador-video-annotation
url = gitlab@gitlab.tetras-libre.fr:iiif/mirador-video-annotation.git
[submodule "mirador-annotations"]
path = annotations-plugin
url = gitlab@gitlab.tetras-libre.fr:iiif/mirador-annotations.git
[submodule "annotations-plugin"]
path = annotations-plugin
url = gitlab@gitlab.tetras-libre.fr:iiif/mirador-annotations.git
FROM debian:stable-slim
RUN apt-get update && apt-get install -y git npm
RUN useradd --home-dir /opt node
RUN chown node:node /opt
EXPOSE 9000
WORKDIR /opt
USER node
CMD npm run serve
Subproject commit 7d6efd659b8b7c11d9d8647a97ab5a4364e0af0b
......@@ -3,7 +3,7 @@ services:
devserver:
build:
context: .
dockerfile: Dockerfile.devserver
dockerfile: Dockerfile.dev.debian
restart: $DEV_RESTART
ports:
- $DEV_PORT:9000
......
Subproject commit 5711fee5905d5fa11f7c13e8a48afab030751674
This diff is collapsed.
......@@ -11,8 +11,8 @@
"license": "ISC",
"dependencies": {
"css-loader": "^3.6.0",
"mirador": "git+https://gitlab.tetras-libre.fr/iiif/mirador-video-annotation#wip-webpack-from-git",
"mirador-annotations": "0.4.0",
"mirador": "file:mirador-video-annotation",
"mirador-annotations": "file:annotations-plugin",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"style-loader": "^1.2.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment