Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit 4a0db25

Browse files
committed
chore(dockerignore): update .dockerignore to include additional scripts
Include `prepare-config.sh` and `ssl-manager.sh` in the Docker build context. These scripts are necessary for configuration preparation and SSL management, respectively, and should not be ignored to ensure they are available in the Docker image.
1 parent 8905b77 commit 4a0db25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.dockerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ scripts/
2020
!scripts/manage-modules.sh
2121
!scripts/module-config.sh
2222
!scripts/start-webpanel.sh
23+
!scripts/prepare-config.sh
24+
!scripts/ssl-manager.sh
2325
renovate.json
2426
.github/
2527
.vscode/

0 commit comments

Comments
 (0)