mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-12 01:02:39 +02:00
fix: Docker fix for Monorepo
This commit is contained in:
parent
02097331d5
commit
30e38195a3
2 changed files with 3 additions and 3 deletions
|
|
@ -3,12 +3,12 @@ version: '3.8'
|
|||
services:
|
||||
frontend:
|
||||
build:
|
||||
context: ./surfsense_frontend
|
||||
context: ./surfsense_web
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- ./surfsense_frontend:/app
|
||||
- ./surfsense_web:/app
|
||||
- /app/node_modules
|
||||
depends_on:
|
||||
- backend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue