Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,18 @@ RUN curl -L https://github.com/koel/koel/releases/download/${KOEL_VERSION_REF}/k
ruleset.xml \
scripts/ \
tag.sh \
vite.config.js
vite.config.js \
tests/songs \
Comment thread
AEnterprise marked this conversation as resolved.
Outdated
pnpm-lock.yaml \
.husky \
Comment thread
AEnterprise marked this conversation as resolved.
Outdated
README.md \
CODE_OF_CONDUCT.md \
.vscode \
Comment thread
AEnterprise marked this conversation as resolved.
Outdated
tailwind.config.js \
eslint.config.js \
postcss.config.cjs \
commitling.config.js \
Comment thread
AEnterprise marked this conversation as resolved.
Outdated
.htaccess.example \

# Install koel runtime dependencies.
RUN apt-get update \
Expand Down