introspector-react-app / docker-compose.yml
mike dupont
now running locally with bind in docker
0449517
raw
history blame
529 Bytes
services:
backend:
ports:
- "7860:7860"
build: .
image: introspector-react-browser:latest
volumes:
- type: bind
source: "frontend/build"
target: "/home/user/app/static"
# - type: bind
# source: frontend/introspector.ttl
# target: "/home/user/introspector.ttl"
# - type: bind
# source: "."
# target: "/home/user/app/"
# - type: bind
# source: "frontend/build/index.html"
# target: "/home/user/app/index.html"
# frontend: