Refactor Docker setup: remove Bun dependency installation
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m55s

This commit is contained in:
Cameron Redmore 2025-08-08 11:24:50 +01:00
parent 214982649f
commit 1b3ebc3b07
No known key found for this signature in database
3 changed files with 6 additions and 19 deletions

View file

@ -5,9 +5,6 @@ yarn-debug.log*
yarn-error.log*
# Development files
src/
index.html
vite.config.js
*.md
.git/
.gitignore
@ -45,3 +42,6 @@ logs
# Other
coverage/
.nyc_output/
# Built files (will be built inside Docker)
dist/