mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-09-13 13:22:03 +02:00
feat(ui:transaction): deleting transactions is smoother and no longer requires a full list refresh
This commit is contained in:
@@ -2,6 +2,7 @@ volumes:
|
||||
wygiwyh_dev_postgres_data: {}
|
||||
wygiwyh_temp:
|
||||
wygiwyh_attachments:
|
||||
wygiwyh_node_modules:
|
||||
|
||||
|
||||
services:
|
||||
@@ -35,7 +36,7 @@ services:
|
||||
- ./frontend/:/usr/src/frontend
|
||||
- ./app/:/usr/src/app/
|
||||
# http://jdlm.info/articles/2016/03/06/lessons-building-node-app-docker.html
|
||||
- /usr/src/frontend/node_modules
|
||||
- wygiwyh_node_modules:/usr/src/frontend/node_modules
|
||||
ports:
|
||||
- '${WEBPACK_OUTBOUND_PORT}:5173'
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user