From 27557092c2176d7b0758c0f1a2b770c25400d221 Mon Sep 17 00:00:00 2001 From: hzhang Date: Fri, 6 Dec 2024 15:13:20 +0000 Subject: [PATCH] Save Markdowns --- HangmanLab.Backend | 2 +- HangmanLab.Frontend | 2 +- docker-compose.yml | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/HangmanLab.Backend b/HangmanLab.Backend index 48dd59f..b3ec244 160000 --- a/HangmanLab.Backend +++ b/HangmanLab.Backend @@ -1 +1 @@ -Subproject commit 48dd59f8e4a1ef85f07ab05dd47f037d03e9b4d8 +Subproject commit b3ec244e06d17d23f3d2e23b51bd04fadc6d73bb diff --git a/HangmanLab.Frontend b/HangmanLab.Frontend index 6d96b65..ede31f8 160000 --- a/HangmanLab.Frontend +++ b/HangmanLab.Frontend @@ -1 +1 @@ -Subproject commit 6d96b658f0b3477873bf8a2b4daecbd22e1c31c2 +Subproject commit ede31f85b518d392c12bcec39a6216c3dabead31 diff --git a/docker-compose.yml b/docker-compose.yml index c817df6..e4a2f1a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,6 +15,8 @@ services: - mysql networks: - app-network + volumes: + - backend_dump:/app/dump frontent: build: @@ -51,4 +53,5 @@ networks: driver: bridge volumes: - mysql_data: \ No newline at end of file + mysql_data: + backend_dump: \ No newline at end of file