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