forked from pSpitzner/beets-flask
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
34 lines (27 loc) · 770 Bytes
/
.dockerignore
File metadata and controls
34 lines (27 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# following this reference suggesting to exclude everything, and only
# manually include whats needed
# https://markbirbeck.com/2018/12/07/getting-control-of-your-dockerignore-files/
# Let's taylor the docker ignore only for the production image, there is no real
# need to push the dev image to the registry
*
!backend/beets_flask
!backend/pyproject.toml
!backend/main.py
!backend/launch_*.py
!backend/generate_types.py
!configs/
!frontend/src/
!frontend/public/
!frontend/dist/
!frontend/.eslintrc.js
!frontend/index.html
!frontend/package.json
!frontend/pnpm-lock.yaml
!frontend/postcss.config.js
!frontend/tailwind.config.js
!frontend/tsconfig.json
!frontend/vite.config.ts
!README.md
!LICENSE
!docker/entrypoints/entrypoint*.sh
!docker/entrypoints/common.sh