Skip to content

Commit 84800f8

Browse files
AEnterprisephanan
andauthored
chore: remove some unneeded files from the docker container (#204)
Co-authored-by: Phan An <[email protected]>
1 parent 86d3d5e commit 84800f8

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Contains DB passwords
2-
.env.dev
3-
# Contains Koel APP_KEY
4-
.env.koel
2+
.env*
53
# Cache for direnv
64
.direnv/
75
.envrc

Dockerfile

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ RUN curl -L https://github.com/koel/koel/releases/download/${KOEL_VERSION_REF}/k
1717
.gitmodules \
1818
.gitpod.dockerfile \
1919
.gitpod.yml \
20+
.cursor/ \
21+
.junie/ \
22+
.husky/ \
23+
.vscode/ \
2024
api-docs \
2125
cypress \
2226
cypress.json \
@@ -28,7 +32,16 @@ RUN curl -L https://github.com/koel/koel/releases/download/${KOEL_VERSION_REF}/k
2832
ruleset.xml \
2933
scripts/ \
3034
tag.sh \
31-
vite.config.js
35+
vite.config.js \
36+
tests/songs/ \
37+
pnpm-lock.yaml \
38+
README.md \
39+
CODE_OF_CONDUCT.md \
40+
tailwind.config.js \
41+
eslint.config.js \
42+
postcss.config.cjs \
43+
commitlint.config.js \
44+
.htaccess.example
3245

3346
# Install koel runtime dependencies.
3447
RUN apt-get update \

0 commit comments

Comments
 (0)