mirror of
https://github.com/jaypyles/Scraperr.git
synced 2026-05-04 08:20:40 +00:00
8 lines
138 B
YAML
8 lines
138 B
YAML
version: "3"
|
|
services:
|
|
frontend:
|
|
# command: ["npm", "run", "start"]
|
|
volumes:
|
|
- .:/project/app/
|
|
- ./api:/project/api
|