Commit graph

6 commits

Author SHA1 Message Date
826723eb5b
Refactor Dockerfile to use Google's distroless image for minimal production stage and remove unnecessary Alpine setup
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m32s
2025-08-08 17:09:31 +01:00
20d6a8d577
Refactor Docker setup for minimal image and update build scripts; adjust static asset serving in production
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m0s
2025-08-08 17:02:32 +01:00
1b3ebc3b07
Refactor Docker setup: remove Bun dependency installation
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m55s
2025-08-08 11:24:50 +01:00
214982649f
Add Docker support and implement Bun for dependency management
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m25s
- Introduced .dockerignore to exclude unnecessary files from Docker context.
- Updated Dockerfile to use Bun for building and running the application.
- Removed entrypoint.sh as it is no longer needed.
- Modified build-and-dockerise.yml to set up Bun and install dependencies.
- Enhanced index.html with improved structure and hover effects.
- Updated client.ts to include tooltips for music display.
- Implemented caching in server.ts for Last.fm data.
- Added custom styles for hover effects and tooltips in style.css.
2025-08-08 11:18:39 +01:00
498992413d
Swap to using 'dist' instead of 'www'
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m31s
2025-08-07 23:39:36 +01:00
349d0ad4ff
Intial commit. 2025-08-07 23:35:10 +01:00