mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
* optimised docker image. * bump version Co-authored-by: Peter Dwyer <peter.dwyer@clanwilliamhealth.com>
18 lines
236 B
Plaintext
18 lines
236 B
Plaintext
# Dockerignore whitelist
|
|
*
|
|
|
|
!cbreader
|
|
!comic
|
|
!comic_auth
|
|
!static
|
|
!manage.py
|
|
!pyproject.toml
|
|
!setup.cfg
|
|
!entrypoint.sh
|
|
!entrypoint-cron.sh
|
|
!requirements.txt
|
|
!package-lock.json
|
|
!package.json
|
|
!frontend
|
|
/frontend/node_modules
|
|
/frontend/dist |