mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-29 18:21:46 +00:00
6f42e84183
The Dockerfile copies server/reset-admin.js (the admin recovery script), but .dockerignore also listed it, so it was stripped from the build context and the image build failed with a not-found error. Drop the ignore entry so the COPY resolves again.
38 lines
416 B
Plaintext
38 lines
416 B
Plaintext
node_modules
|
|
client/node_modules
|
|
server/node_modules
|
|
client/dist
|
|
shared/dist
|
|
data
|
|
uploads
|
|
.git
|
|
.github
|
|
**/.env
|
|
**/.env.*
|
|
*.log
|
|
*.md
|
|
!client/**/*.md
|
|
chart/
|
|
docs/
|
|
docker-compose.yml
|
|
unraid-template.xml
|
|
*.sqlite
|
|
*.sqlite-shm
|
|
*.sqlite-wal
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
**/coverage
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode
|
|
.idea
|
|
sonar-project.properties
|
|
server/tests/
|
|
server/vitest.config.ts
|
|
**/*.test.ts
|
|
**/*.spec.ts
|
|
wiki/
|
|
scripts/
|
|
charts/
|