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

Serve a local folder via the same server

To allow Mirador to access local files / manifests

Issue #2
parent 03ee7d71
Branches
No related tags found
1 merge request!3Basic docker stack to build and serve Mirador
www/
node_modules/ node_modules/
dist/ dist/
package-lock.json package-lock.json
......
...@@ -6,4 +6,5 @@ services: ...@@ -6,4 +6,5 @@ services:
ports: ports:
- "8080:80" - "8080:80"
volumes: volumes:
- ./www:/srv/data
- ./Caddyfile:/etc/caddy/Caddyfile - ./Caddyfile:/etc/caddy/Caddyfile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment