mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
* moved all static files to node_modules * updating Dockerfile * updating Dockerfile * updating Dockerfile * updating Dockerfile * fixed fontawesome * added psql client in case it's needed. * removed some debug stuff from scan_comics.py * fixed generete_directory to cover missing thumbnails
17 lines
211 B
Plaintext
17 lines
211 B
Plaintext
# Dockerignore whitelist
|
|
*
|
|
|
|
!Pipfile
|
|
!Pipfile.lock
|
|
!cbreader
|
|
!comic
|
|
!comic_auth
|
|
!static
|
|
!manage.py
|
|
!pyproject.toml
|
|
!setup.cfg
|
|
!entrypoint.sh
|
|
!entrypoint-cron.sh
|
|
!requirements.txt
|
|
!package-lock.json
|
|
!package.json |