build(docker): build frontend and server inside container; remove host build deps
This commit is contained in:
parent
11104dbf29
commit
7591f001c1
6 changed files with 75 additions and 43 deletions
|
|
@ -11,7 +11,6 @@ services:
|
|||
- DB_PATH=/data/purchase.db
|
||||
volumes:
|
||||
- dm_db:/data
|
||||
- ../dist:/app/frontend:ro
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue