File size: 240 Bytes
c6105bd
 
 
 
 
 
d81fbeb
 
 
 
 
c6105bd
1
2
3
4
5
6
7
8
9
10
11
12
13
services:
  backend:
    ports:
      - "7860:7860"
    build: .
    image: introspector-react-browser:latest
    #volumes:
    #  - type: bind
    #    source: "frontend/build/static"
    #    target: "/home/user/app/static"

#  frontend: