chore: drop legacy browsers and speed up docker builds
All checks were successful
Build (develop) / Promote (main) / build-and-push-deploy (push) Successful in 6m40s

This commit is contained in:
2026-01-29 16:57:40 -03:00
parent 750645fdb0
commit 76095c15d0
2 changed files with 20 additions and 4 deletions

14
.dockerignore Normal file
View File

@@ -0,0 +1,14 @@
.git
.gitea
node_modules
dist
coverage
.angular
.cache
npm-debug.log
yarn-debug.log
yarn-error.log
Dockerfile*
docker-compose*.yml
README*
*.md

View File

@@ -5,8 +5,10 @@
# You can see what browsers were selected by your queries by running:
# npx browserslist
> 0.5%
last 2 versions
Firefox ESR
last 2 Chrome versions
last 2 Edge versions
last 2 Firefox versions
last 2 Safari versions
not dead
not IE 9-11 # For IE 9-11 support, remove 'not'.
not op_mini all
not IE 9-11