diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-14 07:17:25 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-14 07:17:25 +0300 |
commit | 3e8118838b43865b9707e2c52738835fda04d48a (patch) | |
tree | d0b55e36659e405aeccb23b264c0901941fda681 /.dockerignore | |
parent | 69deeefae835fa48b677297217bb622e0460401c (diff) |
Docker fix
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.dockerignore b/.dockerignore index cf1e89e..f11c5d6 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,8 +1,4 @@ # database file Database/MyDarlingDb.db Database/MyDarlingDb.db-shm -Database/MyDarlingDb.db-wal - -# wwwroot -wwwroot/lib -wwwroot/content
\ No newline at end of file +Database/MyDarlingDb.db-wal
\ No newline at end of file |