Skip to content
Snippets Groups Projects
Commit fbfe60a1 authored by Anthony's avatar Anthony
Browse files

Almost working

parent 32de64b9
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,9 @@ FROM debian:stable as builder
RUN apt-get update && apt-get install -y npm git
RUN node -v
COPY mirador-annotations/ /opt
WORKDIR /opt
RUN pwd
RUN npm install
# start app
RUN pwd
RUN ls
CMD ["npm", "start"]
......@@ -6,6 +6,8 @@ services:
- ${DEV_PORT}:3000
environment:
- CORS_ALLOWED_HOSTS
volumes:
- ./mirador-annotations:/opt
annotot:
image: tetraslibre/annotot-app
environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment