From f6232219feb0c1d1110b5a05d7c2617b236dcf09 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Fri, 10 Feb 2023 08:03:29 +0300 Subject: add libman restore to dockerfile --- .dockerignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.dockerignore') diff --git a/.dockerignore b/.dockerignore index f11c5d6..cf1e89e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,8 @@ # database file Database/MyDarlingDb.db Database/MyDarlingDb.db-shm -Database/MyDarlingDb.db-wal \ No newline at end of file +Database/MyDarlingDb.db-wal + +# wwwroot +wwwroot/lib +wwwroot/content \ No newline at end of file -- cgit v1.2.3